@aws-sdk/client-s3 3.741.0 → 3.743.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/models_0.js +5 -0
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -3
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -3
- package/dist-types/commands/CopyObjectCommand.d.ts +16 -6
- package/dist-types/commands/CreateBucketCommand.d.ts +16 -16
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -3
- package/dist-types/commands/CreateSessionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBucketCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteObjectCommand.d.ts +13 -13
- package/dist-types/commands/DeleteObjectsCommand.d.ts +30 -31
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -2
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -3
- package/dist-types/commands/GetObjectCommand.d.ts +3 -3
- package/dist-types/commands/HeadBucketCommand.d.ts +2 -2
- package/dist-types/commands/HeadObjectCommand.d.ts +3 -3
- package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +2 -2
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -3
- package/dist-types/commands/ListObjectsV2Command.d.ts +3 -3
- package/dist-types/commands/ListPartsCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +2 -2
- package/dist-types/commands/PutObjectCommand.d.ts +42 -32
- package/dist-types/commands/UploadPartCommand.d.ts +3 -3
- package/dist-types/commands/UploadPartCopyCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +115 -86
- package/dist-types/models/models_1.d.ts +38 -33
- package/dist-types/ts3.4/models/models_0.d.ts +5 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -512,16 +512,21 @@ var BucketLocationConstraint = {
|
|
|
512
512
|
ap_southeast_1: "ap-southeast-1",
|
|
513
513
|
ap_southeast_2: "ap-southeast-2",
|
|
514
514
|
ap_southeast_3: "ap-southeast-3",
|
|
515
|
+
ap_southeast_4: "ap-southeast-4",
|
|
516
|
+
ap_southeast_5: "ap-southeast-5",
|
|
515
517
|
ca_central_1: "ca-central-1",
|
|
516
518
|
cn_north_1: "cn-north-1",
|
|
517
519
|
cn_northwest_1: "cn-northwest-1",
|
|
518
520
|
eu_central_1: "eu-central-1",
|
|
521
|
+
eu_central_2: "eu-central-2",
|
|
519
522
|
eu_north_1: "eu-north-1",
|
|
520
523
|
eu_south_1: "eu-south-1",
|
|
521
524
|
eu_south_2: "eu-south-2",
|
|
522
525
|
eu_west_1: "eu-west-1",
|
|
523
526
|
eu_west_2: "eu-west-2",
|
|
524
527
|
eu_west_3: "eu-west-3",
|
|
528
|
+
il_central_1: "il-central-1",
|
|
529
|
+
me_central_1: "me-central-1",
|
|
525
530
|
me_south_1: "me-south-1",
|
|
526
531
|
sa_east_1: "sa-east-1",
|
|
527
532
|
us_east_2: "us-east-2",
|
|
@@ -156,16 +156,21 @@ export const BucketLocationConstraint = {
|
|
|
156
156
|
ap_southeast_1: "ap-southeast-1",
|
|
157
157
|
ap_southeast_2: "ap-southeast-2",
|
|
158
158
|
ap_southeast_3: "ap-southeast-3",
|
|
159
|
+
ap_southeast_4: "ap-southeast-4",
|
|
160
|
+
ap_southeast_5: "ap-southeast-5",
|
|
159
161
|
ca_central_1: "ca-central-1",
|
|
160
162
|
cn_north_1: "cn-north-1",
|
|
161
163
|
cn_northwest_1: "cn-northwest-1",
|
|
162
164
|
eu_central_1: "eu-central-1",
|
|
165
|
+
eu_central_2: "eu-central-2",
|
|
163
166
|
eu_north_1: "eu-north-1",
|
|
164
167
|
eu_south_1: "eu-south-1",
|
|
165
168
|
eu_south_2: "eu-south-2",
|
|
166
169
|
eu_west_1: "eu-west-1",
|
|
167
170
|
eu_west_2: "eu-west-2",
|
|
168
171
|
eu_west_3: "eu-west-3",
|
|
172
|
+
il_central_1: "il-central-1",
|
|
173
|
+
me_central_1: "me-central-1",
|
|
169
174
|
me_south_1: "me-south-1",
|
|
170
175
|
sa_east_1: "sa-east-1",
|
|
171
176
|
us_east_2: "us-east-2",
|
|
@@ -51,9 +51,9 @@ declare const AbortMultipartUploadCommand_base: {
|
|
|
51
51
|
* <li>
|
|
52
52
|
* <p>
|
|
53
53
|
* <b>Directory buckets</b> -
|
|
54
|
-
* For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket
|
|
55
|
-
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
56
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
54
|
+
* For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
|
|
55
|
+
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
56
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
57
57
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
58
58
|
* </li>
|
|
59
59
|
* </ul>
|
|
@@ -66,9 +66,9 @@ declare const CompleteMultipartUploadCommand_base: {
|
|
|
66
66
|
* <note>
|
|
67
67
|
* <p>
|
|
68
68
|
* <b>Directory buckets</b> -
|
|
69
|
-
* For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket
|
|
70
|
-
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
71
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
69
|
+
* For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
|
|
70
|
+
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
71
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
72
72
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
73
73
|
* </note>
|
|
74
74
|
* <dl>
|
|
@@ -46,9 +46,9 @@ declare const CopyObjectCommand_base: {
|
|
|
46
46
|
* <li>
|
|
47
47
|
* <p>
|
|
48
48
|
* <b>Directory buckets </b> -
|
|
49
|
-
* For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket
|
|
50
|
-
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
51
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
49
|
+
* For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
|
|
50
|
+
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
51
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
52
52
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
53
53
|
* </li>
|
|
54
54
|
* <li>
|
|
@@ -203,9 +203,19 @@ declare const CopyObjectCommand_base: {
|
|
|
203
203
|
* </dd>
|
|
204
204
|
* <dt>HTTP Host header syntax</dt>
|
|
205
205
|
* <dd>
|
|
206
|
-
* <
|
|
207
|
-
* <
|
|
208
|
-
* <
|
|
206
|
+
* <ul>
|
|
207
|
+
* <li>
|
|
208
|
+
* <p>
|
|
209
|
+
* <b>Directory buckets </b> - The HTTP Host header syntax is <code>
|
|
210
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
|
|
211
|
+
* </li>
|
|
212
|
+
* <li>
|
|
213
|
+
* <p>
|
|
214
|
+
* <b>Amazon S3 on Outposts</b> - When you use this action with S3 on Outposts through the REST API, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
215
|
+
* form <code>
|
|
216
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. The hostname isn't required when you use the Amazon Web Services CLI or SDKs.</p>
|
|
217
|
+
* </li>
|
|
218
|
+
* </ul>
|
|
209
219
|
* </dd>
|
|
210
220
|
* </dl>
|
|
211
221
|
* <p>The following operations are related to <code>CopyObject</code>:</p>
|
|
@@ -56,8 +56,8 @@ declare const CreateBucketCommand_base: {
|
|
|
56
56
|
* <p>
|
|
57
57
|
* <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
58
58
|
* </code>. Virtual-hosted-style requests aren't supported.
|
|
59
|
-
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
60
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
59
|
+
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
60
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
61
61
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
62
62
|
* </li>
|
|
63
63
|
* </ul>
|
|
@@ -186,7 +186,7 @@ declare const CreateBucketCommand_base: {
|
|
|
186
186
|
* ACL: "private" || "public-read" || "public-read-write" || "authenticated-read",
|
|
187
187
|
* Bucket: "STRING_VALUE", // required
|
|
188
188
|
* CreateBucketConfiguration: { // CreateBucketConfiguration
|
|
189
|
-
* 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" || "ca-central-1" || "cn-north-1" || "cn-northwest-1" || "EU" || "eu-central-1" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "me-south-1" || "sa-east-1" || "us-east-2" || "us-gov-east-1" || "us-gov-west-1" || "us-west-1" || "us-west-2",
|
|
189
|
+
* 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
190
|
* Location: { // LocationInfo
|
|
191
191
|
* Type: "AvailabilityZone" || "LocalZone",
|
|
192
192
|
* Name: "STRING_VALUE",
|
|
@@ -232,39 +232,39 @@ declare const CreateBucketCommand_base: {
|
|
|
232
232
|
* <p>Base exception class for all service exceptions from S3 service.</p>
|
|
233
233
|
*
|
|
234
234
|
* @public
|
|
235
|
-
* @example To create a bucket
|
|
235
|
+
* @example To create a bucket
|
|
236
236
|
* ```javascript
|
|
237
|
-
* // The following example creates a bucket.
|
|
237
|
+
* // The following example creates a bucket.
|
|
238
238
|
* const input = {
|
|
239
|
-
* "Bucket": "examplebucket"
|
|
240
|
-
* "CreateBucketConfiguration": {
|
|
241
|
-
* "LocationConstraint": "eu-west-1"
|
|
242
|
-
* }
|
|
239
|
+
* "Bucket": "examplebucket"
|
|
243
240
|
* };
|
|
244
241
|
* const command = new CreateBucketCommand(input);
|
|
245
242
|
* const response = await client.send(command);
|
|
246
243
|
* /* response ==
|
|
247
244
|
* {
|
|
248
|
-
* "Location": "
|
|
245
|
+
* "Location": "/examplebucket"
|
|
249
246
|
* }
|
|
250
247
|
* *\/
|
|
251
|
-
* // example id: to-create-a-bucket
|
|
248
|
+
* // example id: to-create-a-bucket--1472851826060
|
|
252
249
|
* ```
|
|
253
250
|
*
|
|
254
|
-
* @example To create a bucket
|
|
251
|
+
* @example To create a bucket in a specific region
|
|
255
252
|
* ```javascript
|
|
256
|
-
* // The following example creates a bucket.
|
|
253
|
+
* // The following example creates a bucket. The request specifies an AWS region where to create the bucket.
|
|
257
254
|
* const input = {
|
|
258
|
-
* "Bucket": "examplebucket"
|
|
255
|
+
* "Bucket": "examplebucket",
|
|
256
|
+
* "CreateBucketConfiguration": {
|
|
257
|
+
* "LocationConstraint": "eu-west-1"
|
|
258
|
+
* }
|
|
259
259
|
* };
|
|
260
260
|
* const command = new CreateBucketCommand(input);
|
|
261
261
|
* const response = await client.send(command);
|
|
262
262
|
* /* response ==
|
|
263
263
|
* {
|
|
264
|
-
* "Location": "/
|
|
264
|
+
* "Location": "http://examplebucket.<Region>.s3.amazonaws.com/"
|
|
265
265
|
* }
|
|
266
266
|
* *\/
|
|
267
|
-
* // example id: to-create-a-bucket
|
|
267
|
+
* // example id: to-create-a-bucket-in-a-specific-region-1483399072992
|
|
268
268
|
* ```
|
|
269
269
|
*
|
|
270
270
|
*/
|
|
@@ -54,9 +54,9 @@ declare const CreateMultipartUploadCommand_base: {
|
|
|
54
54
|
* <li>
|
|
55
55
|
* <p>
|
|
56
56
|
* <b>Directory buckets </b> -
|
|
57
|
-
* For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket
|
|
58
|
-
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
59
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
57
|
+
* For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
|
|
58
|
+
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
59
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
60
60
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
61
61
|
* </li>
|
|
62
62
|
* </ul>
|
|
@@ -54,8 +54,8 @@ declare const CreateSessionCommand_base: {
|
|
|
54
54
|
* <note>
|
|
55
55
|
* <ul>
|
|
56
56
|
* <li>
|
|
57
|
-
* <p>You must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
58
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
57
|
+
* <p>You must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
58
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
59
59
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
60
60
|
* </li>
|
|
61
61
|
* <li>
|
|
@@ -41,8 +41,8 @@ declare const DeleteBucketCommand_base: {
|
|
|
41
41
|
* <p>
|
|
42
42
|
* <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
43
43
|
* </code>. Virtual-hosted-style requests aren't supported.
|
|
44
|
-
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
45
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
44
|
+
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
45
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
46
46
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
47
47
|
* </li>
|
|
48
48
|
* </ul>
|
|
@@ -66,8 +66,8 @@ declare const DeleteBucketLifecycleCommand_base: {
|
|
|
66
66
|
* <p>
|
|
67
67
|
* <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
68
68
|
* </code>. Virtual-hosted-style requests aren't supported.
|
|
69
|
-
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
70
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
69
|
+
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
70
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
71
71
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
72
72
|
* </note>
|
|
73
73
|
* </li>
|
|
@@ -32,8 +32,8 @@ declare const DeleteBucketPolicyCommand_base: {
|
|
|
32
32
|
* <p>
|
|
33
33
|
* <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
34
34
|
* </code>. Virtual-hosted-style requests aren't supported.
|
|
35
|
-
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
36
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
35
|
+
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
36
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
37
37
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
38
38
|
* </note>
|
|
39
39
|
* <dl>
|
|
@@ -48,9 +48,9 @@ declare const DeleteObjectCommand_base: {
|
|
|
48
48
|
* </li>
|
|
49
49
|
* <li>
|
|
50
50
|
* <p>
|
|
51
|
-
* <b>Directory buckets</b> - For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket
|
|
52
|
-
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
53
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
51
|
+
* <b>Directory buckets</b> - For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
|
|
52
|
+
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
53
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
54
54
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
55
55
|
* </li>
|
|
56
56
|
* </ul>
|
|
@@ -165,28 +165,28 @@ declare const DeleteObjectCommand_base: {
|
|
|
165
165
|
* <p>Base exception class for all service exceptions from S3 service.</p>
|
|
166
166
|
*
|
|
167
167
|
* @public
|
|
168
|
-
* @example To delete an object
|
|
168
|
+
* @example To delete an object (from a non-versioned bucket)
|
|
169
169
|
* ```javascript
|
|
170
|
-
* // The following example deletes an object from
|
|
170
|
+
* // The following example deletes an object from a non-versioned bucket.
|
|
171
171
|
* const input = {
|
|
172
|
-
* "Bucket": "
|
|
173
|
-
* "Key": "
|
|
172
|
+
* "Bucket": "ExampleBucket",
|
|
173
|
+
* "Key": "HappyFace.jpg"
|
|
174
174
|
* };
|
|
175
175
|
* const command = new DeleteObjectCommand(input);
|
|
176
176
|
* await client.send(command);
|
|
177
|
-
* // example id: to-delete-an-object-
|
|
177
|
+
* // example id: to-delete-an-object-from-a-non-versioned-bucket-1481588533089
|
|
178
178
|
* ```
|
|
179
179
|
*
|
|
180
|
-
* @example To delete an object
|
|
180
|
+
* @example To delete an object
|
|
181
181
|
* ```javascript
|
|
182
|
-
* // The following example deletes an object from
|
|
182
|
+
* // The following example deletes an object from an S3 bucket.
|
|
183
183
|
* const input = {
|
|
184
|
-
* "Bucket": "
|
|
185
|
-
* "Key": "
|
|
184
|
+
* "Bucket": "examplebucket",
|
|
185
|
+
* "Key": "objectkey.jpg"
|
|
186
186
|
* };
|
|
187
187
|
* const command = new DeleteObjectCommand(input);
|
|
188
188
|
* await client.send(command);
|
|
189
|
-
* // example id: to-delete-an-object-
|
|
189
|
+
* // example id: to-delete-an-object-1472850136595
|
|
190
190
|
* ```
|
|
191
191
|
*
|
|
192
192
|
*/
|
|
@@ -31,12 +31,11 @@ declare const DeleteObjectsCommand_base: {
|
|
|
31
31
|
* request. If you know the object keys that you want to delete, then this operation provides
|
|
32
32
|
* a suitable alternative to sending individual delete requests, reducing per-request
|
|
33
33
|
* overhead.</p>
|
|
34
|
-
* <p>The request can contain a list of up to
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
* the result as deleted.</p>
|
|
34
|
+
* <p>The request can contain a list of up to 1,000 keys that you want to delete. In the XML, you
|
|
35
|
+
* provide the object key names, and optionally, version IDs if you want to delete a specific
|
|
36
|
+
* version of the object from a versioning-enabled bucket. For each key, Amazon S3 performs a
|
|
37
|
+
* delete operation and returns the result of that delete, success or failure, in the response.
|
|
38
|
+
* If the object specified in the request isn't found, Amazon S3 confirms the deletion by returning the result as deleted.</p>
|
|
40
39
|
* <note>
|
|
41
40
|
* <ul>
|
|
42
41
|
* <li>
|
|
@@ -47,9 +46,9 @@ declare const DeleteObjectsCommand_base: {
|
|
|
47
46
|
* <li>
|
|
48
47
|
* <p>
|
|
49
48
|
* <b>Directory buckets</b> -
|
|
50
|
-
* For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket
|
|
51
|
-
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
52
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
49
|
+
* For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
|
|
50
|
+
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
51
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
53
52
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
54
53
|
* </li>
|
|
55
54
|
* </ul>
|
|
@@ -225,20 +224,18 @@ declare const DeleteObjectsCommand_base: {
|
|
|
225
224
|
* <p>Base exception class for all service exceptions from S3 service.</p>
|
|
226
225
|
*
|
|
227
226
|
* @public
|
|
228
|
-
* @example To delete multiple
|
|
227
|
+
* @example To delete multiple objects from a versioned bucket
|
|
229
228
|
* ```javascript
|
|
230
|
-
* // The following example deletes objects from a bucket. The request
|
|
229
|
+
* // The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.
|
|
231
230
|
* const input = {
|
|
232
231
|
* "Bucket": "examplebucket",
|
|
233
232
|
* "Delete": {
|
|
234
233
|
* "Objects": [
|
|
235
234
|
* {
|
|
236
|
-
* "Key": "
|
|
237
|
-
* "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
|
|
235
|
+
* "Key": "objectkey1"
|
|
238
236
|
* },
|
|
239
237
|
* {
|
|
240
|
-
* "Key": "
|
|
241
|
-
* "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
|
|
238
|
+
* "Key": "objectkey2"
|
|
242
239
|
* }
|
|
243
240
|
* ],
|
|
244
241
|
* "Quiet": false
|
|
@@ -250,31 +247,35 @@ declare const DeleteObjectsCommand_base: {
|
|
|
250
247
|
* {
|
|
251
248
|
* "Deleted": [
|
|
252
249
|
* {
|
|
253
|
-
* "
|
|
254
|
-
* "
|
|
250
|
+
* "DeleteMarker": "true",
|
|
251
|
+
* "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
|
|
252
|
+
* "Key": "objectkey1"
|
|
255
253
|
* },
|
|
256
254
|
* {
|
|
257
|
-
* "
|
|
258
|
-
* "
|
|
255
|
+
* "DeleteMarker": "true",
|
|
256
|
+
* "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
|
|
257
|
+
* "Key": "objectkey2"
|
|
259
258
|
* }
|
|
260
259
|
* ]
|
|
261
260
|
* }
|
|
262
261
|
* *\/
|
|
263
|
-
* // example id: to-delete-multiple-
|
|
262
|
+
* // example id: to-delete-multiple-objects-from-a-versioned-bucket-1483146248805
|
|
264
263
|
* ```
|
|
265
264
|
*
|
|
266
|
-
* @example To delete multiple
|
|
265
|
+
* @example To delete multiple object versions from a versioned bucket
|
|
267
266
|
* ```javascript
|
|
268
|
-
* // The following example deletes objects from a bucket. The
|
|
267
|
+
* // The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.
|
|
269
268
|
* const input = {
|
|
270
269
|
* "Bucket": "examplebucket",
|
|
271
270
|
* "Delete": {
|
|
272
271
|
* "Objects": [
|
|
273
272
|
* {
|
|
274
|
-
* "Key": "
|
|
273
|
+
* "Key": "HappyFace.jpg",
|
|
274
|
+
* "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
|
|
275
275
|
* },
|
|
276
276
|
* {
|
|
277
|
-
* "Key": "
|
|
277
|
+
* "Key": "HappyFace.jpg",
|
|
278
|
+
* "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
|
|
278
279
|
* }
|
|
279
280
|
* ],
|
|
280
281
|
* "Quiet": false
|
|
@@ -286,19 +287,17 @@ declare const DeleteObjectsCommand_base: {
|
|
|
286
287
|
* {
|
|
287
288
|
* "Deleted": [
|
|
288
289
|
* {
|
|
289
|
-
* "
|
|
290
|
-
* "
|
|
291
|
-
* "Key": "objectkey1"
|
|
290
|
+
* "Key": "HappyFace.jpg",
|
|
291
|
+
* "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
|
|
292
292
|
* },
|
|
293
293
|
* {
|
|
294
|
-
* "
|
|
295
|
-
* "
|
|
296
|
-
* "Key": "objectkey2"
|
|
294
|
+
* "Key": "HappyFace.jpg",
|
|
295
|
+
* "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
|
|
297
296
|
* }
|
|
298
297
|
* ]
|
|
299
298
|
* }
|
|
300
299
|
* *\/
|
|
301
|
-
* // example id: to-delete-multiple-
|
|
300
|
+
* // example id: to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737
|
|
302
301
|
* ```
|
|
303
302
|
*
|
|
304
303
|
*/
|
|
@@ -76,8 +76,8 @@ declare const GetBucketLifecycleConfigurationCommand_base: {
|
|
|
76
76
|
* <p>
|
|
77
77
|
* <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
78
78
|
* </code>. Virtual-hosted-style requests aren't supported.
|
|
79
|
-
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
80
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
79
|
+
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
80
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
81
81
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
82
82
|
* </note>
|
|
83
83
|
* </li>
|
|
@@ -69,7 +69,7 @@ declare const GetBucketLocationCommand_base: {
|
|
|
69
69
|
* const command = new GetBucketLocationCommand(input);
|
|
70
70
|
* const response = await client.send(command);
|
|
71
71
|
* // { // GetBucketLocationOutput
|
|
72
|
-
* // 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" || "ca-central-1" || "cn-north-1" || "cn-northwest-1" || "EU" || "eu-central-1" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "me-south-1" || "sa-east-1" || "us-east-2" || "us-gov-east-1" || "us-gov-west-1" || "us-west-1" || "us-west-2",
|
|
72
|
+
* // 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",
|
|
73
73
|
* // };
|
|
74
74
|
*
|
|
75
75
|
* ```
|
|
@@ -32,8 +32,8 @@ declare const GetBucketPolicyCommand_base: {
|
|
|
32
32
|
* <p>
|
|
33
33
|
* <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
34
34
|
* </code>. Virtual-hosted-style requests aren't supported.
|
|
35
|
-
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
36
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
35
|
+
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
36
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
37
37
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
38
38
|
* </note>
|
|
39
39
|
* <dl>
|
|
@@ -36,9 +36,9 @@ declare const GetObjectAttributesCommand_base: {
|
|
|
36
36
|
* <note>
|
|
37
37
|
* <p>
|
|
38
38
|
* <b>Directory buckets</b> -
|
|
39
|
-
* For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket
|
|
40
|
-
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
41
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
39
|
+
* For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
|
|
40
|
+
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
41
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
42
42
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
43
43
|
* </note>
|
|
44
44
|
* <dl>
|
|
@@ -42,9 +42,9 @@ declare const GetObjectCommand_base: {
|
|
|
42
42
|
* Header Bucket Specification</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
43
43
|
* <p>
|
|
44
44
|
* <b>Directory buckets</b> -
|
|
45
|
-
* Only virtual-hosted-style requests are supported. For a virtual hosted-style request example, if you have the object <code>photos/2006/February/sample.jpg</code> in the bucket named <code>
|
|
46
|
-
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
47
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
45
|
+
* Only virtual-hosted-style requests are supported. For a virtual hosted-style request example, if you have the object <code>photos/2006/February/sample.jpg</code> in the bucket named <code>amzn-s3-demo-bucket--usw2-az1--x-s3</code>, specify the object key name as <code>/photos/2006/February/sample.jpg</code>. Also, when you make requests to this API operation, your requests are sent to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
|
|
46
|
+
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
47
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
48
48
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
49
49
|
* <dl>
|
|
50
50
|
* <dt>Permissions</dt>
|
|
@@ -90,8 +90,8 @@ declare const HeadBucketCommand_base: {
|
|
|
90
90
|
* <b>Directory buckets </b> - The HTTP Host header syntax is <code>
|
|
91
91
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
|
|
92
92
|
* <note>
|
|
93
|
-
* <p>You must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
94
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
93
|
+
* <p>You must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
94
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
95
95
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
96
96
|
* </note>
|
|
97
97
|
* </dd>
|
|
@@ -170,9 +170,9 @@ declare const HeadObjectCommand_base: {
|
|
|
170
170
|
* <b>Directory buckets </b> - The HTTP Host header syntax is <code>
|
|
171
171
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
|
|
172
172
|
* <note>
|
|
173
|
-
* <p>For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket
|
|
174
|
-
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
175
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
173
|
+
* <p>For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
|
|
174
|
+
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
175
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
176
176
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
177
177
|
* </note>
|
|
178
178
|
* </dd>
|
|
@@ -33,8 +33,8 @@ declare const ListDirectoryBucketsCommand_base: {
|
|
|
33
33
|
* <p>
|
|
34
34
|
* <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
35
35
|
* </code>. Virtual-hosted-style requests aren't supported.
|
|
36
|
-
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
37
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
36
|
+
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
37
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
38
38
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
39
39
|
* </note>
|
|
40
40
|
* <dl>
|
|
@@ -67,9 +67,9 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
67
67
|
* <note>
|
|
68
68
|
* <p>
|
|
69
69
|
* <b>Directory buckets</b> -
|
|
70
|
-
* For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket
|
|
71
|
-
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
72
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
70
|
+
* For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
|
|
71
|
+
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
72
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
73
73
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
74
74
|
* </note>
|
|
75
75
|
* <dl>
|