@aws-sdk/client-s3 3.1025.0 → 3.1027.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-cjs/index.js +5 -0
- package/dist-es/models/enums.js +5 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +5 -0
- package/package.json +50 -50
package/dist-cjs/index.js
CHANGED
|
@@ -2546,6 +2546,7 @@ const BucketLocationConstraint = {
|
|
|
2546
2546
|
EU: "EU",
|
|
2547
2547
|
af_south_1: "af-south-1",
|
|
2548
2548
|
ap_east_1: "ap-east-1",
|
|
2549
|
+
ap_east_2: "ap-east-2",
|
|
2549
2550
|
ap_northeast_1: "ap-northeast-1",
|
|
2550
2551
|
ap_northeast_2: "ap-northeast-2",
|
|
2551
2552
|
ap_northeast_3: "ap-northeast-3",
|
|
@@ -2556,7 +2557,10 @@ const BucketLocationConstraint = {
|
|
|
2556
2557
|
ap_southeast_3: "ap-southeast-3",
|
|
2557
2558
|
ap_southeast_4: "ap-southeast-4",
|
|
2558
2559
|
ap_southeast_5: "ap-southeast-5",
|
|
2560
|
+
ap_southeast_6: "ap-southeast-6",
|
|
2561
|
+
ap_southeast_7: "ap-southeast-7",
|
|
2559
2562
|
ca_central_1: "ca-central-1",
|
|
2563
|
+
ca_west_1: "ca-west-1",
|
|
2560
2564
|
cn_north_1: "cn-north-1",
|
|
2561
2565
|
cn_northwest_1: "cn-northwest-1",
|
|
2562
2566
|
eu_central_1: "eu-central-1",
|
|
@@ -2570,6 +2574,7 @@ const BucketLocationConstraint = {
|
|
|
2570
2574
|
il_central_1: "il-central-1",
|
|
2571
2575
|
me_central_1: "me-central-1",
|
|
2572
2576
|
me_south_1: "me-south-1",
|
|
2577
|
+
mx_central_1: "mx-central-1",
|
|
2573
2578
|
sa_east_1: "sa-east-1",
|
|
2574
2579
|
us_east_2: "us-east-2",
|
|
2575
2580
|
us_gov_east_1: "us-gov-east-1",
|
package/dist-es/models/enums.js
CHANGED
|
@@ -109,6 +109,7 @@ export const BucketLocationConstraint = {
|
|
|
109
109
|
EU: "EU",
|
|
110
110
|
af_south_1: "af-south-1",
|
|
111
111
|
ap_east_1: "ap-east-1",
|
|
112
|
+
ap_east_2: "ap-east-2",
|
|
112
113
|
ap_northeast_1: "ap-northeast-1",
|
|
113
114
|
ap_northeast_2: "ap-northeast-2",
|
|
114
115
|
ap_northeast_3: "ap-northeast-3",
|
|
@@ -119,7 +120,10 @@ export const BucketLocationConstraint = {
|
|
|
119
120
|
ap_southeast_3: "ap-southeast-3",
|
|
120
121
|
ap_southeast_4: "ap-southeast-4",
|
|
121
122
|
ap_southeast_5: "ap-southeast-5",
|
|
123
|
+
ap_southeast_6: "ap-southeast-6",
|
|
124
|
+
ap_southeast_7: "ap-southeast-7",
|
|
122
125
|
ca_central_1: "ca-central-1",
|
|
126
|
+
ca_west_1: "ca-west-1",
|
|
123
127
|
cn_north_1: "cn-north-1",
|
|
124
128
|
cn_northwest_1: "cn-northwest-1",
|
|
125
129
|
eu_central_1: "eu-central-1",
|
|
@@ -133,6 +137,7 @@ export const BucketLocationConstraint = {
|
|
|
133
137
|
il_central_1: "il-central-1",
|
|
134
138
|
me_central_1: "me-central-1",
|
|
135
139
|
me_south_1: "me-south-1",
|
|
140
|
+
mx_central_1: "mx-central-1",
|
|
136
141
|
sa_east_1: "sa-east-1",
|
|
137
142
|
us_east_2: "us-east-2",
|
|
138
143
|
us_gov_east_1: "us-gov-east-1",
|
|
@@ -187,7 +187,7 @@ declare const CreateBucketCommand_base: {
|
|
|
187
187
|
* ACL: "private" || "public-read" || "public-read-write" || "authenticated-read",
|
|
188
188
|
* Bucket: "STRING_VALUE", // required
|
|
189
189
|
* CreateBucketConfiguration: { // CreateBucketConfiguration
|
|
190
|
-
* LocationConstraint: "af-south-1" || "ap-east-1" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ca-central-1" || "cn-north-1" || "cn-northwest-1" || "EU" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "sa-east-1" || "us-east-2" || "us-gov-east-1" || "us-gov-west-1" || "us-west-1" || "us-west-2",
|
|
190
|
+
* LocationConstraint: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-6" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "EU" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-2" || "us-gov-east-1" || "us-gov-west-1" || "us-west-1" || "us-west-2",
|
|
191
191
|
* Location: { // LocationInfo
|
|
192
192
|
* Type: "AvailabilityZone" || "LocalZone",
|
|
193
193
|
* Name: "STRING_VALUE",
|
|
@@ -84,7 +84,7 @@ declare const GetBucketLocationCommand_base: {
|
|
|
84
84
|
* const command = new GetBucketLocationCommand(input);
|
|
85
85
|
* const response = await client.send(command);
|
|
86
86
|
* // { // GetBucketLocationOutput
|
|
87
|
-
* // LocationConstraint: "af-south-1" || "ap-east-1" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ca-central-1" || "cn-north-1" || "cn-northwest-1" || "EU" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "sa-east-1" || "us-east-2" || "us-gov-east-1" || "us-gov-west-1" || "us-west-1" || "us-west-2",
|
|
87
|
+
* // LocationConstraint: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-6" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "EU" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-2" || "us-gov-east-1" || "us-gov-west-1" || "us-west-1" || "us-west-2",
|
|
88
88
|
* // };
|
|
89
89
|
*
|
|
90
90
|
* ```
|
|
@@ -281,6 +281,7 @@ export declare const BucketLocationConstraint: {
|
|
|
281
281
|
readonly EU: "EU";
|
|
282
282
|
readonly af_south_1: "af-south-1";
|
|
283
283
|
readonly ap_east_1: "ap-east-1";
|
|
284
|
+
readonly ap_east_2: "ap-east-2";
|
|
284
285
|
readonly ap_northeast_1: "ap-northeast-1";
|
|
285
286
|
readonly ap_northeast_2: "ap-northeast-2";
|
|
286
287
|
readonly ap_northeast_3: "ap-northeast-3";
|
|
@@ -291,7 +292,10 @@ export declare const BucketLocationConstraint: {
|
|
|
291
292
|
readonly ap_southeast_3: "ap-southeast-3";
|
|
292
293
|
readonly ap_southeast_4: "ap-southeast-4";
|
|
293
294
|
readonly ap_southeast_5: "ap-southeast-5";
|
|
295
|
+
readonly ap_southeast_6: "ap-southeast-6";
|
|
296
|
+
readonly ap_southeast_7: "ap-southeast-7";
|
|
294
297
|
readonly ca_central_1: "ca-central-1";
|
|
298
|
+
readonly ca_west_1: "ca-west-1";
|
|
295
299
|
readonly cn_north_1: "cn-north-1";
|
|
296
300
|
readonly cn_northwest_1: "cn-northwest-1";
|
|
297
301
|
readonly eu_central_1: "eu-central-1";
|
|
@@ -305,6 +309,7 @@ export declare const BucketLocationConstraint: {
|
|
|
305
309
|
readonly il_central_1: "il-central-1";
|
|
306
310
|
readonly me_central_1: "me-central-1";
|
|
307
311
|
readonly me_south_1: "me-south-1";
|
|
312
|
+
readonly mx_central_1: "mx-central-1";
|
|
308
313
|
readonly sa_east_1: "sa-east-1";
|
|
309
314
|
readonly us_east_2: "us-east-2";
|
|
310
315
|
readonly us_gov_east_1: "us-gov-east-1";
|
|
@@ -143,6 +143,7 @@ export declare const BucketLocationConstraint: {
|
|
|
143
143
|
readonly EU: "EU";
|
|
144
144
|
readonly af_south_1: "af-south-1";
|
|
145
145
|
readonly ap_east_1: "ap-east-1";
|
|
146
|
+
readonly ap_east_2: "ap-east-2";
|
|
146
147
|
readonly ap_northeast_1: "ap-northeast-1";
|
|
147
148
|
readonly ap_northeast_2: "ap-northeast-2";
|
|
148
149
|
readonly ap_northeast_3: "ap-northeast-3";
|
|
@@ -153,7 +154,10 @@ export declare const BucketLocationConstraint: {
|
|
|
153
154
|
readonly ap_southeast_3: "ap-southeast-3";
|
|
154
155
|
readonly ap_southeast_4: "ap-southeast-4";
|
|
155
156
|
readonly ap_southeast_5: "ap-southeast-5";
|
|
157
|
+
readonly ap_southeast_6: "ap-southeast-6";
|
|
158
|
+
readonly ap_southeast_7: "ap-southeast-7";
|
|
156
159
|
readonly ca_central_1: "ca-central-1";
|
|
160
|
+
readonly ca_west_1: "ca-west-1";
|
|
157
161
|
readonly cn_north_1: "cn-north-1";
|
|
158
162
|
readonly cn_northwest_1: "cn-northwest-1";
|
|
159
163
|
readonly eu_central_1: "eu-central-1";
|
|
@@ -167,6 +171,7 @@ export declare const BucketLocationConstraint: {
|
|
|
167
171
|
readonly il_central_1: "il-central-1";
|
|
168
172
|
readonly me_central_1: "me-central-1";
|
|
169
173
|
readonly me_south_1: "me-south-1";
|
|
174
|
+
readonly mx_central_1: "mx-central-1";
|
|
170
175
|
readonly sa_east_1: "sa-east-1";
|
|
171
176
|
readonly us_east_2: "us-east-2";
|
|
172
177
|
readonly us_gov_east_1: "us-gov-east-1";
|
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.1027.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -30,62 +30,62 @@
|
|
|
30
30
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
31
31
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
32
32
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
33
|
-
"@aws-sdk/core": "^3.973.
|
|
34
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
35
|
-
"@aws-sdk/middleware-bucket-endpoint": "^3.972.
|
|
36
|
-
"@aws-sdk/middleware-expect-continue": "^3.972.
|
|
37
|
-
"@aws-sdk/middleware-flexible-checksums": "^3.974.
|
|
38
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
39
|
-
"@aws-sdk/middleware-location-constraint": "^3.972.
|
|
40
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
41
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
42
|
-
"@aws-sdk/middleware-sdk-s3": "^3.972.
|
|
43
|
-
"@aws-sdk/middleware-ssec": "^3.972.
|
|
44
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
45
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
46
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.
|
|
47
|
-
"@aws-sdk/types": "^3.973.
|
|
48
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
51
|
-
"@smithy/config-resolver": "^4.4.
|
|
52
|
-
"@smithy/core": "^3.23.
|
|
53
|
-
"@smithy/eventstream-serde-browser": "^4.2.
|
|
54
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.
|
|
55
|
-
"@smithy/eventstream-serde-node": "^4.2.
|
|
56
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
57
|
-
"@smithy/hash-blob-browser": "^4.2.
|
|
58
|
-
"@smithy/hash-node": "^4.2.
|
|
59
|
-
"@smithy/hash-stream-node": "^4.2.
|
|
60
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
61
|
-
"@smithy/md5-js": "^4.2.
|
|
62
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
63
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
64
|
-
"@smithy/middleware-retry": "^4.
|
|
65
|
-
"@smithy/middleware-serde": "^4.2.
|
|
66
|
-
"@smithy/middleware-stack": "^4.2.
|
|
67
|
-
"@smithy/node-config-provider": "^4.3.
|
|
68
|
-
"@smithy/node-http-handler": "^4.5.
|
|
69
|
-
"@smithy/protocol-http": "^5.3.
|
|
70
|
-
"@smithy/smithy-client": "^4.12.
|
|
71
|
-
"@smithy/types": "^4.
|
|
72
|
-
"@smithy/url-parser": "^4.2.
|
|
33
|
+
"@aws-sdk/core": "^3.973.27",
|
|
34
|
+
"@aws-sdk/credential-provider-node": "^3.972.30",
|
|
35
|
+
"@aws-sdk/middleware-bucket-endpoint": "^3.972.9",
|
|
36
|
+
"@aws-sdk/middleware-expect-continue": "^3.972.9",
|
|
37
|
+
"@aws-sdk/middleware-flexible-checksums": "^3.974.7",
|
|
38
|
+
"@aws-sdk/middleware-host-header": "^3.972.9",
|
|
39
|
+
"@aws-sdk/middleware-location-constraint": "^3.972.9",
|
|
40
|
+
"@aws-sdk/middleware-logger": "^3.972.9",
|
|
41
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.10",
|
|
42
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.28",
|
|
43
|
+
"@aws-sdk/middleware-ssec": "^3.972.9",
|
|
44
|
+
"@aws-sdk/middleware-user-agent": "^3.972.29",
|
|
45
|
+
"@aws-sdk/region-config-resolver": "^3.972.11",
|
|
46
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.16",
|
|
47
|
+
"@aws-sdk/types": "^3.973.7",
|
|
48
|
+
"@aws-sdk/util-endpoints": "^3.996.6",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.9",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "^3.973.15",
|
|
51
|
+
"@smithy/config-resolver": "^4.4.14",
|
|
52
|
+
"@smithy/core": "^3.23.14",
|
|
53
|
+
"@smithy/eventstream-serde-browser": "^4.2.13",
|
|
54
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.13",
|
|
55
|
+
"@smithy/eventstream-serde-node": "^4.2.13",
|
|
56
|
+
"@smithy/fetch-http-handler": "^5.3.16",
|
|
57
|
+
"@smithy/hash-blob-browser": "^4.2.14",
|
|
58
|
+
"@smithy/hash-node": "^4.2.13",
|
|
59
|
+
"@smithy/hash-stream-node": "^4.2.13",
|
|
60
|
+
"@smithy/invalid-dependency": "^4.2.13",
|
|
61
|
+
"@smithy/md5-js": "^4.2.13",
|
|
62
|
+
"@smithy/middleware-content-length": "^4.2.13",
|
|
63
|
+
"@smithy/middleware-endpoint": "^4.4.29",
|
|
64
|
+
"@smithy/middleware-retry": "^4.5.0",
|
|
65
|
+
"@smithy/middleware-serde": "^4.2.17",
|
|
66
|
+
"@smithy/middleware-stack": "^4.2.13",
|
|
67
|
+
"@smithy/node-config-provider": "^4.3.13",
|
|
68
|
+
"@smithy/node-http-handler": "^4.5.2",
|
|
69
|
+
"@smithy/protocol-http": "^5.3.13",
|
|
70
|
+
"@smithy/smithy-client": "^4.12.9",
|
|
71
|
+
"@smithy/types": "^4.14.0",
|
|
72
|
+
"@smithy/url-parser": "^4.2.13",
|
|
73
73
|
"@smithy/util-base64": "^4.3.2",
|
|
74
74
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
75
75
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
76
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
77
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
78
|
-
"@smithy/util-endpoints": "^3.3.
|
|
79
|
-
"@smithy/util-middleware": "^4.2.
|
|
80
|
-
"@smithy/util-retry": "^4.
|
|
81
|
-
"@smithy/util-stream": "^4.5.
|
|
76
|
+
"@smithy/util-defaults-mode-browser": "^4.3.45",
|
|
77
|
+
"@smithy/util-defaults-mode-node": "^4.2.49",
|
|
78
|
+
"@smithy/util-endpoints": "^3.3.4",
|
|
79
|
+
"@smithy/util-middleware": "^4.2.13",
|
|
80
|
+
"@smithy/util-retry": "^4.3.0",
|
|
81
|
+
"@smithy/util-stream": "^4.5.22",
|
|
82
82
|
"@smithy/util-utf8": "^4.2.2",
|
|
83
|
-
"@smithy/util-waiter": "^4.2.
|
|
83
|
+
"@smithy/util-waiter": "^4.2.15",
|
|
84
84
|
"tslib": "^2.6.2"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
88
|
-
"@smithy/snapshot-testing": "^2.0.
|
|
87
|
+
"@aws-sdk/signature-v4-crt": "3.1027.0",
|
|
88
|
+
"@smithy/snapshot-testing": "^2.0.5",
|
|
89
89
|
"@tsconfig/node20": "20.1.8",
|
|
90
90
|
"@types/node": "^20.14.8",
|
|
91
91
|
"concurrently": "7.0.0",
|