@aws-sdk/client-s3 3.691.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 +5 -0
- 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
|
|
@@ -10711,6 +10711,11 @@ export interface ListBucketsRequest {
|
|
|
10711
10711
|
* key. You can use this <code>ContinuationToken</code> for pagination of the list results. </p>
|
|
10712
10712
|
* <p>Length Constraints: Minimum length of 0. Maximum length of 1024.</p>
|
|
10713
10713
|
* <p>Required: No.</p>
|
|
10714
|
+
* <note>
|
|
10715
|
+
* <p>If you specify the <code>bucket-region</code>, <code>prefix</code>, or <code>continuation-token</code>
|
|
10716
|
+
* query parameters without using <code>max-buckets</code> to set the maximum number of buckets returned in the response,
|
|
10717
|
+
* Amazon S3 applies a default page size of 10,000 and provides a continuation token if there are more buckets.</p>
|
|
10718
|
+
* </note>
|
|
10714
10719
|
* @public
|
|
10715
10720
|
*/
|
|
10716
10721
|
ContinuationToken?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.692.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -27,64 +27,64 @@
|
|
|
27
27
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
28
28
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
31
|
-
"@aws-sdk/client-sts": "3.
|
|
32
|
-
"@aws-sdk/core": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
34
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
35
|
-
"@aws-sdk/middleware-expect-continue": "3.
|
|
36
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-location-constraint": "3.
|
|
39
|
-
"@aws-sdk/middleware-logger": "3.
|
|
40
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
41
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
42
|
-
"@aws-sdk/middleware-ssec": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
45
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
46
|
-
"@aws-sdk/types": "3.
|
|
47
|
-
"@aws-sdk/util-endpoints": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
50
|
-
"@aws-sdk/xml-builder": "3.
|
|
51
|
-
"@smithy/config-resolver": "^3.0.
|
|
52
|
-
"@smithy/core": "^2.5.
|
|
53
|
-
"@smithy/eventstream-serde-browser": "^3.0.
|
|
54
|
-
"@smithy/eventstream-serde-config-resolver": "^3.0.
|
|
55
|
-
"@smithy/eventstream-serde-node": "^3.0.
|
|
56
|
-
"@smithy/fetch-http-handler": "^4.
|
|
57
|
-
"@smithy/hash-blob-browser": "^3.1.
|
|
58
|
-
"@smithy/hash-node": "^3.0.
|
|
59
|
-
"@smithy/hash-stream-node": "^3.1.
|
|
60
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
61
|
-
"@smithy/md5-js": "^3.0.
|
|
62
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
63
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
64
|
-
"@smithy/middleware-retry": "^3.0.
|
|
65
|
-
"@smithy/middleware-serde": "^3.0.
|
|
66
|
-
"@smithy/middleware-stack": "^3.0.
|
|
67
|
-
"@smithy/node-config-provider": "^3.1.
|
|
68
|
-
"@smithy/node-http-handler": "^3.
|
|
69
|
-
"@smithy/protocol-http": "^4.1.
|
|
70
|
-
"@smithy/smithy-client": "^3.4.
|
|
71
|
-
"@smithy/types": "^3.
|
|
72
|
-
"@smithy/url-parser": "^3.0.
|
|
30
|
+
"@aws-sdk/client-sso-oidc": "3.692.0",
|
|
31
|
+
"@aws-sdk/client-sts": "3.692.0",
|
|
32
|
+
"@aws-sdk/core": "3.692.0",
|
|
33
|
+
"@aws-sdk/credential-provider-node": "3.692.0",
|
|
34
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.692.0",
|
|
35
|
+
"@aws-sdk/middleware-expect-continue": "3.692.0",
|
|
36
|
+
"@aws-sdk/middleware-flexible-checksums": "3.692.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.692.0",
|
|
38
|
+
"@aws-sdk/middleware-location-constraint": "3.692.0",
|
|
39
|
+
"@aws-sdk/middleware-logger": "3.692.0",
|
|
40
|
+
"@aws-sdk/middleware-recursion-detection": "3.692.0",
|
|
41
|
+
"@aws-sdk/middleware-sdk-s3": "3.692.0",
|
|
42
|
+
"@aws-sdk/middleware-ssec": "3.692.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.692.0",
|
|
44
|
+
"@aws-sdk/region-config-resolver": "3.692.0",
|
|
45
|
+
"@aws-sdk/signature-v4-multi-region": "3.692.0",
|
|
46
|
+
"@aws-sdk/types": "3.692.0",
|
|
47
|
+
"@aws-sdk/util-endpoints": "3.692.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.692.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.692.0",
|
|
50
|
+
"@aws-sdk/xml-builder": "3.692.0",
|
|
51
|
+
"@smithy/config-resolver": "^3.0.11",
|
|
52
|
+
"@smithy/core": "^2.5.2",
|
|
53
|
+
"@smithy/eventstream-serde-browser": "^3.0.12",
|
|
54
|
+
"@smithy/eventstream-serde-config-resolver": "^3.0.9",
|
|
55
|
+
"@smithy/eventstream-serde-node": "^3.0.11",
|
|
56
|
+
"@smithy/fetch-http-handler": "^4.1.0",
|
|
57
|
+
"@smithy/hash-blob-browser": "^3.1.8",
|
|
58
|
+
"@smithy/hash-node": "^3.0.9",
|
|
59
|
+
"@smithy/hash-stream-node": "^3.1.8",
|
|
60
|
+
"@smithy/invalid-dependency": "^3.0.9",
|
|
61
|
+
"@smithy/md5-js": "^3.0.9",
|
|
62
|
+
"@smithy/middleware-content-length": "^3.0.11",
|
|
63
|
+
"@smithy/middleware-endpoint": "^3.2.2",
|
|
64
|
+
"@smithy/middleware-retry": "^3.0.26",
|
|
65
|
+
"@smithy/middleware-serde": "^3.0.9",
|
|
66
|
+
"@smithy/middleware-stack": "^3.0.9",
|
|
67
|
+
"@smithy/node-config-provider": "^3.1.10",
|
|
68
|
+
"@smithy/node-http-handler": "^3.3.0",
|
|
69
|
+
"@smithy/protocol-http": "^4.1.6",
|
|
70
|
+
"@smithy/smithy-client": "^3.4.3",
|
|
71
|
+
"@smithy/types": "^3.7.0",
|
|
72
|
+
"@smithy/url-parser": "^3.0.9",
|
|
73
73
|
"@smithy/util-base64": "^3.0.0",
|
|
74
74
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
75
75
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
76
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
77
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
78
|
-
"@smithy/util-endpoints": "^2.1.
|
|
79
|
-
"@smithy/util-middleware": "^3.0.
|
|
80
|
-
"@smithy/util-retry": "^3.0.
|
|
81
|
-
"@smithy/util-stream": "^3.
|
|
76
|
+
"@smithy/util-defaults-mode-browser": "^3.0.26",
|
|
77
|
+
"@smithy/util-defaults-mode-node": "^3.0.26",
|
|
78
|
+
"@smithy/util-endpoints": "^2.1.5",
|
|
79
|
+
"@smithy/util-middleware": "^3.0.9",
|
|
80
|
+
"@smithy/util-retry": "^3.0.9",
|
|
81
|
+
"@smithy/util-stream": "^3.3.0",
|
|
82
82
|
"@smithy/util-utf8": "^3.0.0",
|
|
83
|
-
"@smithy/util-waiter": "^3.1.
|
|
83
|
+
"@smithy/util-waiter": "^3.1.8",
|
|
84
84
|
"tslib": "^2.6.2"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
87
|
+
"@aws-sdk/signature-v4-crt": "3.692.0",
|
|
88
88
|
"@tsconfig/node16": "16.1.3",
|
|
89
89
|
"@types/node": "^16.18.96",
|
|
90
90
|
"concurrently": "7.0.0",
|