@aws-sdk/client-s3 3.689.0 → 3.692.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +1 -1
- package/dist-types/commands/ListBucketsCommand.d.ts +7 -0
- package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -0
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +782 -777
- package/dist-types/models/models_1.d.ts +279 -279
- package/dist-types/ts3.4/models/models_0.d.ts +792 -780
- package/dist-types/ts3.4/models/models_1.d.ts +279 -279
- package/package.json +52 -52
|
@@ -44,7 +44,7 @@ declare const AbortMultipartUploadCommand_base: {
|
|
|
44
44
|
* If multipart uploads in a directory bucket are in progress, you can't delete the bucket until all the in-progress multipart uploads are aborted or completed.
|
|
45
45
|
* To delete these in-progress multipart uploads, use the
|
|
46
46
|
* <code>ListMultipartUploads</code> operation to list the in-progress multipart
|
|
47
|
-
* uploads in the bucket and use the <code>
|
|
47
|
+
* uploads in the bucket and use the <code>AbortMultipartUpload</code> operation to
|
|
48
48
|
* abort all the in-progress multipart uploads.
|
|
49
49
|
* </p>
|
|
50
50
|
* </li>
|
|
@@ -34,6 +34,13 @@ declare const ListBucketsCommand_base: {
|
|
|
34
34
|
* this operation, you must have the <code>s3:ListAllMyBuckets</code> permission. </p>
|
|
35
35
|
* <p>For information about Amazon S3 buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html">Creating, configuring, and
|
|
36
36
|
* working with Amazon S3 buckets</a>.</p>
|
|
37
|
+
* <important>
|
|
38
|
+
* <p>We strongly recommend using only paginated requests. Unpaginated requests are only supported for
|
|
39
|
+
* Amazon Web Services accounts set to the default general purpose bucket quota of 10,000. If you have an approved
|
|
40
|
+
* general purpose bucket quota above 10,000, you must send paginated requests to list your account’s buckets.
|
|
41
|
+
* All unpaginated ListBuckets requests will be rejected for Amazon Web Services accounts with a general purpose bucket quota
|
|
42
|
+
* greater than 10,000. </p>
|
|
43
|
+
* </important>
|
|
37
44
|
* @example
|
|
38
45
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
46
|
* ```javascript
|
|
@@ -46,6 +46,9 @@ declare const ListDirectoryBucketsCommand_base: {
|
|
|
46
46
|
* <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
|
|
47
47
|
* </dd>
|
|
48
48
|
* </dl>
|
|
49
|
+
* <note>
|
|
50
|
+
* <p> The <code>BucketRegion</code> response element is not part of the <code>ListDirectoryBuckets</code> Response Syntax.</p>
|
|
51
|
+
* </note>
|
|
49
52
|
* @example
|
|
50
53
|
* Use a bare-bones client and the command you need to make an API call.
|
|
51
54
|
* ```javascript
|
|
@@ -35,7 +35,7 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
35
35
|
* <b>Directory buckets</b> -
|
|
36
36
|
* If multipart uploads in a directory bucket are in progress, you can't delete the bucket until all the in-progress multipart uploads are aborted or completed.
|
|
37
37
|
* To delete these in-progress multipart uploads, use the <code>ListMultipartUploads</code> operation to list the in-progress multipart
|
|
38
|
-
* uploads in the bucket and use the <code>
|
|
38
|
+
* uploads in the bucket and use the <code>AbortMultipartUpload</code> operation to abort all the in-progress multipart uploads.
|
|
39
39
|
* </p>
|
|
40
40
|
* </note>
|
|
41
41
|
* <p>The <code>ListMultipartUploads</code> operation returns a maximum of 1,000 multipart uploads in the response. The limit of 1,000 multipart
|