Skip to content

Commit 1ddb91c

Browse files
committed
Address phrasing for S3 and SecretsManagerClient pages
1 parent d12f763 commit 1ddb91c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data/markdown/docs/20 jslib/01 jslib/01 aws/00 S3Client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ excerpt: 'S3Client class allows interacting with AWS S3 buckets and objects'
99

1010
`S3Client` interacts with the AWS Simple Storage Service (S3).
1111

12-
With it, the user can list buckets, list objects in a bucket, download objects from a bucket, upload objects to a bucket, delete objects from a bucket, copy objects from one bucket to another, create multipart uploads, upload parts in a multipart upload, complete multipart uploads, and abort multipart uploads.
12+
With it, you can do several operations such as list buckets, list objects in a bucket, or download objects from a bucket. For a full list of supported operations, see [Methods](#methods).
1313

1414
Both the dedicated `s3.js` jslib bundle and the all-encompassing `aws.js` bundle include the `S3Client`.
1515

src/data/markdown/docs/20 jslib/01 jslib/01 aws/00 SecretsManagerClient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ excerpt: 'SecretsManagerClient allows interacting with AWS secrets stored in Sec
77

88
`SecretsManagerClient` interacts with the AWS Secrets Manager.
99

10-
With it, the user can list secrets owned by the authenticated user, download secrets, create new secrets, update secrets, and delete secrets.
10+
With it, you can perform several operations such as listing, creating and downloading secrets owned by the authenticated user. For a full list of supported operations, see [Methods](#methods).
1111

1212
`SecretsManagerClient` is included in both the dedicated jslib `secrets-manager.js` bundle, and the `aws.js` one, containing all the services clients.
1313

0 commit comments

Comments
 (0)