@aws-sdk/client-s3 3.726.1 → 3.729.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 +100 -31
- package/dist-es/commands/GetObjectCommand.js +1 -1
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/protocols/Aws_restXml.js +91 -29
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +2 -2
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +8 -2
- package/dist-types/commands/CopyObjectCommand.d.ts +5 -3
- package/dist-types/commands/CreateBucketCommand.d.ts +2 -2
- package/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +6 -4
- 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 +2 -2
- package/dist-types/commands/DeleteObjectsCommand.d.ts +3 -3
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -2
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +5 -2
- package/dist-types/commands/GetObjectCommand.d.ts +4 -2
- package/dist-types/commands/HeadBucketCommand.d.ts +2 -2
- package/dist-types/commands/HeadObjectCommand.d.ts +4 -2
- package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +2 -2
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -3
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectsCommand.d.ts +2 -1
- package/dist-types/commands/ListObjectsV2Command.d.ts +4 -3
- package/dist-types/commands/ListPartsCommand.d.ts +5 -3
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -2
- package/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectCommand.d.ts +6 -3
- package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
- package/dist-types/commands/UploadPartCommand.d.ts +5 -3
- package/dist-types/commands/UploadPartCopyCommand.d.ts +3 -2
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +251 -111
- package/dist-types/models/models_1.d.ts +140 -64
- package/dist-types/ts3.4/models/models_0.d.ts +28 -3
- package/dist-types/ts3.4/models/models_1.d.ts +12 -1
- package/package.json +2 -2
|
@@ -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/s3-express-Regions-and-Zones.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">Available Local Zone for directory buckets</a> in the
|
|
37
37
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
38
38
|
* </note>
|
|
39
39
|
* <dl>
|
|
@@ -49,8 +49,8 @@ declare const DeleteObjectCommand_base: {
|
|
|
49
49
|
* <li>
|
|
50
50
|
* <p>
|
|
51
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-name</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/
|
|
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">
|
|
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/s3-express-Regions-and-Zones.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">Available Local Zone for directory buckets</a> in the
|
|
54
54
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
55
55
|
* </li>
|
|
56
56
|
* </ul>
|
|
@@ -48,8 +48,8 @@ declare const DeleteObjectsCommand_base: {
|
|
|
48
48
|
* <p>
|
|
49
49
|
* <b>Directory buckets</b> -
|
|
50
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-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
|
|
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">
|
|
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/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
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">Available Local Zone for directory buckets</a> in the
|
|
53
53
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
54
54
|
* </li>
|
|
55
55
|
* </ul>
|
|
@@ -189,7 +189,7 @@ declare const DeleteObjectsCommand_base: {
|
|
|
189
189
|
* RequestPayer: "requester",
|
|
190
190
|
* BypassGovernanceRetention: true || false,
|
|
191
191
|
* ExpectedBucketOwner: "STRING_VALUE",
|
|
192
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
192
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
193
193
|
* };
|
|
194
194
|
* const command = new DeleteObjectsCommand(input);
|
|
195
195
|
* const response = await client.send(command);
|
|
@@ -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/s3-express-Regions-and-Zones.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">Available Local Zone for directory buckets</a> in the
|
|
81
81
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
82
82
|
* </note>
|
|
83
83
|
* </li>
|
|
@@ -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/s3-express-Regions-and-Zones.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">Available Local Zone for directory buckets</a> in the
|
|
37
37
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
38
38
|
* </note>
|
|
39
39
|
* <dl>
|
|
@@ -37,8 +37,8 @@ declare const GetObjectAttributesCommand_base: {
|
|
|
37
37
|
* <p>
|
|
38
38
|
* <b>Directory buckets</b> -
|
|
39
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-name</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/
|
|
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">
|
|
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/s3-express-Regions-and-Zones.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">Available Local Zone for directory buckets</a> in the
|
|
42
42
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
43
43
|
* </note>
|
|
44
44
|
* <dl>
|
|
@@ -271,8 +271,10 @@ declare const GetObjectAttributesCommand_base: {
|
|
|
271
271
|
* // Checksum: { // Checksum
|
|
272
272
|
* // ChecksumCRC32: "STRING_VALUE",
|
|
273
273
|
* // ChecksumCRC32C: "STRING_VALUE",
|
|
274
|
+
* // ChecksumCRC64NVME: "STRING_VALUE",
|
|
274
275
|
* // ChecksumSHA1: "STRING_VALUE",
|
|
275
276
|
* // ChecksumSHA256: "STRING_VALUE",
|
|
277
|
+
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
276
278
|
* // },
|
|
277
279
|
* // ObjectParts: { // GetObjectAttributesParts
|
|
278
280
|
* // TotalPartsCount: Number("int"),
|
|
@@ -286,6 +288,7 @@ declare const GetObjectAttributesCommand_base: {
|
|
|
286
288
|
* // Size: Number("long"),
|
|
287
289
|
* // ChecksumCRC32: "STRING_VALUE",
|
|
288
290
|
* // ChecksumCRC32C: "STRING_VALUE",
|
|
291
|
+
* // ChecksumCRC64NVME: "STRING_VALUE",
|
|
289
292
|
* // ChecksumSHA1: "STRING_VALUE",
|
|
290
293
|
* // ChecksumSHA256: "STRING_VALUE",
|
|
291
294
|
* // },
|
|
@@ -43,8 +43,8 @@ declare const GetObjectCommand_base: {
|
|
|
43
43
|
* <p>
|
|
44
44
|
* <b>Directory buckets</b> -
|
|
45
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>examplebucket--use1-az5--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/
|
|
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">
|
|
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/s3-express-Regions-and-Zones.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">Available Local Zone for directory buckets</a> in the
|
|
48
48
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
49
49
|
* <dl>
|
|
50
50
|
* <dt>Permissions</dt>
|
|
@@ -246,8 +246,10 @@ declare const GetObjectCommand_base: {
|
|
|
246
246
|
* // ETag: "STRING_VALUE",
|
|
247
247
|
* // ChecksumCRC32: "STRING_VALUE",
|
|
248
248
|
* // ChecksumCRC32C: "STRING_VALUE",
|
|
249
|
+
* // ChecksumCRC64NVME: "STRING_VALUE",
|
|
249
250
|
* // ChecksumSHA1: "STRING_VALUE",
|
|
250
251
|
* // ChecksumSHA256: "STRING_VALUE",
|
|
252
|
+
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
251
253
|
* // MissingMeta: Number("int"),
|
|
252
254
|
* // VersionId: "STRING_VALUE",
|
|
253
255
|
* // CacheControl: "STRING_VALUE",
|
|
@@ -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/s3-express-Regions-and-Zones.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">Available Local Zone for directory buckets</a> in the
|
|
95
95
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
96
96
|
* </note>
|
|
97
97
|
* </dd>
|
|
@@ -171,8 +171,8 @@ declare const HeadObjectCommand_base: {
|
|
|
171
171
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
|
|
172
172
|
* <note>
|
|
173
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-name</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/
|
|
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">
|
|
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/s3-express-Regions-and-Zones.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">Available Local Zone for directory buckets</a> in the
|
|
176
176
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
177
177
|
* </note>
|
|
178
178
|
* </dd>
|
|
@@ -231,8 +231,10 @@ declare const HeadObjectCommand_base: {
|
|
|
231
231
|
* // ContentLength: Number("long"),
|
|
232
232
|
* // ChecksumCRC32: "STRING_VALUE",
|
|
233
233
|
* // ChecksumCRC32C: "STRING_VALUE",
|
|
234
|
+
* // ChecksumCRC64NVME: "STRING_VALUE",
|
|
234
235
|
* // ChecksumSHA1: "STRING_VALUE",
|
|
235
236
|
* // ChecksumSHA256: "STRING_VALUE",
|
|
237
|
+
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
236
238
|
* // ETag: "STRING_VALUE",
|
|
237
239
|
* // MissingMeta: Number("int"),
|
|
238
240
|
* // VersionId: "STRING_VALUE",
|
|
@@ -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/s3-express-Regions-and-Zones.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">Available Local Zone for directory buckets</a> in the
|
|
38
38
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
39
39
|
* </note>
|
|
40
40
|
* <dl>
|
|
@@ -68,8 +68,8 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
68
68
|
* <p>
|
|
69
69
|
* <b>Directory buckets</b> -
|
|
70
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-name</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/
|
|
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">
|
|
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/s3-express-Regions-and-Zones.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">Available Local Zone for directory buckets</a> in the
|
|
73
73
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
74
74
|
* </note>
|
|
75
75
|
* <dl>
|
|
@@ -204,7 +204,8 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
204
204
|
* // ID: "STRING_VALUE",
|
|
205
205
|
* // DisplayName: "STRING_VALUE",
|
|
206
206
|
* // },
|
|
207
|
-
* // ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
207
|
+
* // ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
208
|
+
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
208
209
|
* // },
|
|
209
210
|
* // ],
|
|
210
211
|
* // CommonPrefixes: [ // CommonPrefixList
|
|
@@ -98,8 +98,9 @@ declare const ListObjectVersionsCommand_base: {
|
|
|
98
98
|
* // { // ObjectVersion
|
|
99
99
|
* // ETag: "STRING_VALUE",
|
|
100
100
|
* // ChecksumAlgorithm: [ // ChecksumAlgorithmList
|
|
101
|
-
* // "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
101
|
+
* // "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
102
102
|
* // ],
|
|
103
|
+
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
103
104
|
* // Size: Number("long"),
|
|
104
105
|
* // StorageClass: "STANDARD",
|
|
105
106
|
* // Key: "STRING_VALUE",
|
|
@@ -97,8 +97,9 @@ declare const ListObjectsCommand_base: {
|
|
|
97
97
|
* // LastModified: new Date("TIMESTAMP"),
|
|
98
98
|
* // ETag: "STRING_VALUE",
|
|
99
99
|
* // ChecksumAlgorithm: [ // ChecksumAlgorithmList
|
|
100
|
-
* // "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
100
|
+
* // "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
101
101
|
* // ],
|
|
102
|
+
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
102
103
|
* // Size: Number("long"),
|
|
103
104
|
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
104
105
|
* // Owner: { // Owner
|
|
@@ -52,8 +52,8 @@ declare const ListObjectsV2Command_base: {
|
|
|
52
52
|
* <p>
|
|
53
53
|
* <b>Directory buckets</b> -
|
|
54
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-name</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/
|
|
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">
|
|
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/s3-express-Regions-and-Zones.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">Available Local Zone for directory buckets</a> in the
|
|
57
57
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
58
58
|
* </li>
|
|
59
59
|
* </ul>
|
|
@@ -161,8 +161,9 @@ declare const ListObjectsV2Command_base: {
|
|
|
161
161
|
* // LastModified: new Date("TIMESTAMP"),
|
|
162
162
|
* // ETag: "STRING_VALUE",
|
|
163
163
|
* // ChecksumAlgorithm: [ // ChecksumAlgorithmList
|
|
164
|
-
* // "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
164
|
+
* // "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
165
165
|
* // ],
|
|
166
|
+
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
166
167
|
* // Size: Number("long"),
|
|
167
168
|
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
168
169
|
* // Owner: { // Owner
|
|
@@ -44,8 +44,8 @@ declare const ListPartsCommand_base: {
|
|
|
44
44
|
* <p>
|
|
45
45
|
* <b>Directory buckets</b> -
|
|
46
46
|
* 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-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
|
|
47
|
-
* </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/
|
|
48
|
-
* <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">
|
|
47
|
+
* </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/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
48
|
+
* <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">Available Local Zone for directory buckets</a> in the
|
|
49
49
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
50
50
|
* </note>
|
|
51
51
|
* <dl>
|
|
@@ -153,6 +153,7 @@ declare const ListPartsCommand_base: {
|
|
|
153
153
|
* // Size: Number("long"),
|
|
154
154
|
* // ChecksumCRC32: "STRING_VALUE",
|
|
155
155
|
* // ChecksumCRC32C: "STRING_VALUE",
|
|
156
|
+
* // ChecksumCRC64NVME: "STRING_VALUE",
|
|
156
157
|
* // ChecksumSHA1: "STRING_VALUE",
|
|
157
158
|
* // ChecksumSHA256: "STRING_VALUE",
|
|
158
159
|
* // },
|
|
@@ -167,7 +168,8 @@ declare const ListPartsCommand_base: {
|
|
|
167
168
|
* // },
|
|
168
169
|
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
169
170
|
* // RequestCharged: "requester",
|
|
170
|
-
* // ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
171
|
+
* // ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
172
|
+
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
171
173
|
* // };
|
|
172
174
|
*
|
|
173
175
|
* ```
|
|
@@ -81,7 +81,7 @@ declare const PutBucketAccelerateConfigurationCommand_base: {
|
|
|
81
81
|
* Status: "Enabled" || "Suspended",
|
|
82
82
|
* },
|
|
83
83
|
* ExpectedBucketOwner: "STRING_VALUE",
|
|
84
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
84
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
85
85
|
* };
|
|
86
86
|
* const command = new PutBucketAccelerateConfigurationCommand(input);
|
|
87
87
|
* const response = await client.send(command);
|
|
@@ -256,7 +256,7 @@ declare const PutBucketAclCommand_base: {
|
|
|
256
256
|
* },
|
|
257
257
|
* Bucket: "STRING_VALUE", // required
|
|
258
258
|
* ContentMD5: "STRING_VALUE",
|
|
259
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
259
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
260
260
|
* GrantFullControl: "STRING_VALUE",
|
|
261
261
|
* GrantRead: "STRING_VALUE",
|
|
262
262
|
* GrantReadACP: "STRING_VALUE",
|
|
@@ -113,7 +113,7 @@ declare const PutBucketCorsCommand_base: {
|
|
|
113
113
|
* ],
|
|
114
114
|
* },
|
|
115
115
|
* ContentMD5: "STRING_VALUE",
|
|
116
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
116
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
117
117
|
* ExpectedBucketOwner: "STRING_VALUE",
|
|
118
118
|
* };
|
|
119
119
|
* const command = new PutBucketCorsCommand(input);
|
|
@@ -33,8 +33,8 @@ declare const PutBucketEncryptionCommand_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/s3-express-Regions-and-Zones.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">Available Local Zone for directory buckets</a> in the
|
|
38
38
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
39
39
|
* </note>
|
|
40
40
|
* <p>By default, all buckets have a default encryption configuration that uses server-side
|
|
@@ -163,7 +163,7 @@ declare const PutBucketEncryptionCommand_base: {
|
|
|
163
163
|
* const input = { // PutBucketEncryptionRequest
|
|
164
164
|
* Bucket: "STRING_VALUE", // required
|
|
165
165
|
* ContentMD5: "STRING_VALUE",
|
|
166
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
166
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
167
167
|
* ServerSideEncryptionConfiguration: { // ServerSideEncryptionConfiguration
|
|
168
168
|
* Rules: [ // ServerSideEncryptionRules // required
|
|
169
169
|
* { // ServerSideEncryptionRule
|
|
@@ -133,8 +133,8 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
|
|
|
133
133
|
* <p>
|
|
134
134
|
* <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>
|
|
135
135
|
* </code>. Virtual-hosted-style requests aren't supported.
|
|
136
|
-
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
137
|
-
* <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">
|
|
136
|
+
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
137
|
+
* <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">Available Local Zone for directory buckets</a> in the
|
|
138
138
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
139
139
|
* </note>
|
|
140
140
|
* </li>
|
|
@@ -169,7 +169,7 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
|
|
|
169
169
|
* const client = new S3Client(config);
|
|
170
170
|
* const input = { // PutBucketLifecycleConfigurationRequest
|
|
171
171
|
* Bucket: "STRING_VALUE", // required
|
|
172
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
172
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
173
173
|
* LifecycleConfiguration: { // BucketLifecycleConfiguration
|
|
174
174
|
* Rules: [ // LifecycleRules // required
|
|
175
175
|
* { // LifecycleRule
|
|
@@ -148,7 +148,7 @@ declare const PutBucketLoggingCommand_base: {
|
|
|
148
148
|
* },
|
|
149
149
|
* },
|
|
150
150
|
* ContentMD5: "STRING_VALUE",
|
|
151
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
151
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
152
152
|
* ExpectedBucketOwner: "STRING_VALUE",
|
|
153
153
|
* };
|
|
154
154
|
* const command = new PutBucketLoggingCommand(input);
|
|
@@ -32,8 +32,8 @@ declare const PutBucketPolicyCommand_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/s3-express-Regions-and-Zones.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">Available Local Zone for directory buckets</a> in the
|
|
37
37
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
38
38
|
* </note>
|
|
39
39
|
* <dl>
|
|
@@ -113,7 +113,7 @@ declare const PutBucketPolicyCommand_base: {
|
|
|
113
113
|
* const input = { // PutBucketPolicyRequest
|
|
114
114
|
* Bucket: "STRING_VALUE", // required
|
|
115
115
|
* ContentMD5: "STRING_VALUE",
|
|
116
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
116
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
117
117
|
* ConfirmRemoveSelfBucketAccess: true || false,
|
|
118
118
|
* Policy: "STRING_VALUE", // required
|
|
119
119
|
* ExpectedBucketOwner: "STRING_VALUE",
|
|
@@ -109,7 +109,7 @@ declare const PutBucketReplicationCommand_base: {
|
|
|
109
109
|
* const input = { // PutBucketReplicationRequest
|
|
110
110
|
* Bucket: "STRING_VALUE", // required
|
|
111
111
|
* ContentMD5: "STRING_VALUE",
|
|
112
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
112
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
113
113
|
* ReplicationConfiguration: { // ReplicationConfiguration
|
|
114
114
|
* Role: "STRING_VALUE", // required
|
|
115
115
|
* Rules: [ // ReplicationRules // required
|
|
@@ -57,7 +57,7 @@ declare const PutBucketRequestPaymentCommand_base: {
|
|
|
57
57
|
* const input = { // PutBucketRequestPaymentRequest
|
|
58
58
|
* Bucket: "STRING_VALUE", // required
|
|
59
59
|
* ContentMD5: "STRING_VALUE",
|
|
60
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
60
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
61
61
|
* RequestPaymentConfiguration: { // RequestPaymentConfiguration
|
|
62
62
|
* Payer: "Requester" || "BucketOwner", // required
|
|
63
63
|
* },
|
|
@@ -97,7 +97,7 @@ declare const PutBucketTaggingCommand_base: {
|
|
|
97
97
|
* const input = { // PutBucketTaggingRequest
|
|
98
98
|
* Bucket: "STRING_VALUE", // required
|
|
99
99
|
* ContentMD5: "STRING_VALUE",
|
|
100
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
100
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
101
101
|
* Tagging: { // Tagging
|
|
102
102
|
* TagSet: [ // TagSet // required
|
|
103
103
|
* { // Tag
|
|
@@ -33,7 +33,7 @@ declare const PutBucketVersioningCommand_base: {
|
|
|
33
33
|
* <note>
|
|
34
34
|
* <p>When you enable versioning on a bucket for the first time, it might take a short
|
|
35
35
|
* amount of time for the change to be fully propagated. While this change is propagating,
|
|
36
|
-
* you
|
|
36
|
+
* you might encounter intermittent <code>HTTP 404 NoSuchKey</code> errors for requests to
|
|
37
37
|
* objects created or updated after enabling versioning. We recommend that you wait for 15
|
|
38
38
|
* minutes after enabling versioning before issuing write operations (<code>PUT</code> or
|
|
39
39
|
* <code>DELETE</code>) on objects in the bucket. </p>
|
|
@@ -88,7 +88,7 @@ declare const PutBucketVersioningCommand_base: {
|
|
|
88
88
|
* const input = { // PutBucketVersioningRequest
|
|
89
89
|
* Bucket: "STRING_VALUE", // required
|
|
90
90
|
* ContentMD5: "STRING_VALUE",
|
|
91
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
91
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
92
92
|
* MFA: "STRING_VALUE",
|
|
93
93
|
* VersioningConfiguration: { // VersioningConfiguration
|
|
94
94
|
* MFADelete: "Enabled" || "Disabled",
|
|
@@ -162,7 +162,7 @@ declare const PutBucketWebsiteCommand_base: {
|
|
|
162
162
|
* const input = { // PutBucketWebsiteRequest
|
|
163
163
|
* Bucket: "STRING_VALUE", // required
|
|
164
164
|
* ContentMD5: "STRING_VALUE",
|
|
165
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
165
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
166
166
|
* WebsiteConfiguration: { // WebsiteConfiguration
|
|
167
167
|
* ErrorDocument: { // ErrorDocument
|
|
168
168
|
* Key: "STRING_VALUE", // required
|
|
@@ -244,7 +244,7 @@ declare const PutObjectAclCommand_base: {
|
|
|
244
244
|
* },
|
|
245
245
|
* Bucket: "STRING_VALUE", // required
|
|
246
246
|
* ContentMD5: "STRING_VALUE",
|
|
247
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
247
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
248
248
|
* GrantFullControl: "STRING_VALUE",
|
|
249
249
|
* GrantRead: "STRING_VALUE",
|
|
250
250
|
* GrantReadACP: "STRING_VALUE",
|
|
@@ -46,8 +46,8 @@ declare const PutObjectCommand_base: {
|
|
|
46
46
|
* <p>
|
|
47
47
|
* <b>Directory buckets</b> -
|
|
48
48
|
* 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-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
|
|
49
|
-
* </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/
|
|
50
|
-
* <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
|
+
* </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/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
50
|
+
* <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">Available Local Zone for directory buckets</a> in the
|
|
51
51
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
52
52
|
* </li>
|
|
53
53
|
* </ul>
|
|
@@ -190,9 +190,10 @@ declare const PutObjectCommand_base: {
|
|
|
190
190
|
* ContentLength: Number("long"),
|
|
191
191
|
* ContentMD5: "STRING_VALUE",
|
|
192
192
|
* ContentType: "STRING_VALUE",
|
|
193
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
193
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
194
194
|
* ChecksumCRC32: "STRING_VALUE",
|
|
195
195
|
* ChecksumCRC32C: "STRING_VALUE",
|
|
196
|
+
* ChecksumCRC64NVME: "STRING_VALUE",
|
|
196
197
|
* ChecksumSHA1: "STRING_VALUE",
|
|
197
198
|
* ChecksumSHA256: "STRING_VALUE",
|
|
198
199
|
* Expires: new Date("TIMESTAMP"),
|
|
@@ -230,8 +231,10 @@ declare const PutObjectCommand_base: {
|
|
|
230
231
|
* // ETag: "STRING_VALUE",
|
|
231
232
|
* // ChecksumCRC32: "STRING_VALUE",
|
|
232
233
|
* // ChecksumCRC32C: "STRING_VALUE",
|
|
234
|
+
* // ChecksumCRC64NVME: "STRING_VALUE",
|
|
233
235
|
* // ChecksumSHA1: "STRING_VALUE",
|
|
234
236
|
* // ChecksumSHA256: "STRING_VALUE",
|
|
237
|
+
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
235
238
|
* // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
236
239
|
* // VersionId: "STRING_VALUE",
|
|
237
240
|
* // SSECustomerAlgorithm: "STRING_VALUE",
|
|
@@ -49,7 +49,7 @@ declare const PutObjectLegalHoldCommand_base: {
|
|
|
49
49
|
* RequestPayer: "requester",
|
|
50
50
|
* VersionId: "STRING_VALUE",
|
|
51
51
|
* ContentMD5: "STRING_VALUE",
|
|
52
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
52
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
53
53
|
* ExpectedBucketOwner: "STRING_VALUE",
|
|
54
54
|
* };
|
|
55
55
|
* const command = new PutObjectLegalHoldCommand(input);
|
|
@@ -72,7 +72,7 @@ declare const PutObjectLockConfigurationCommand_base: {
|
|
|
72
72
|
* RequestPayer: "requester",
|
|
73
73
|
* Token: "STRING_VALUE",
|
|
74
74
|
* ContentMD5: "STRING_VALUE",
|
|
75
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
75
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
76
76
|
* ExpectedBucketOwner: "STRING_VALUE",
|
|
77
77
|
* };
|
|
78
78
|
* const command = new PutObjectLockConfigurationCommand(input);
|
|
@@ -52,7 +52,7 @@ declare const PutObjectRetentionCommand_base: {
|
|
|
52
52
|
* VersionId: "STRING_VALUE",
|
|
53
53
|
* BypassGovernanceRetention: true || false,
|
|
54
54
|
* ContentMD5: "STRING_VALUE",
|
|
55
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
55
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
56
56
|
* ExpectedBucketOwner: "STRING_VALUE",
|
|
57
57
|
* };
|
|
58
58
|
* const command = new PutObjectRetentionCommand(input);
|
|
@@ -94,7 +94,7 @@ declare const PutObjectTaggingCommand_base: {
|
|
|
94
94
|
* Key: "STRING_VALUE", // required
|
|
95
95
|
* VersionId: "STRING_VALUE",
|
|
96
96
|
* ContentMD5: "STRING_VALUE",
|
|
97
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
97
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
98
98
|
* Tagging: { // Tagging
|
|
99
99
|
* TagSet: [ // TagSet // required
|
|
100
100
|
* { // Tag
|
|
@@ -76,7 +76,7 @@ declare const PutPublicAccessBlockCommand_base: {
|
|
|
76
76
|
* const input = { // PutPublicAccessBlockRequest
|
|
77
77
|
* Bucket: "STRING_VALUE", // required
|
|
78
78
|
* ContentMD5: "STRING_VALUE",
|
|
79
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
79
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
80
80
|
* PublicAccessBlockConfiguration: { // PublicAccessBlockConfiguration
|
|
81
81
|
* BlockPublicAcls: true || false,
|
|
82
82
|
* IgnorePublicAcls: true || false,
|
|
@@ -324,7 +324,7 @@ declare const RestoreObjectCommand_base: {
|
|
|
324
324
|
* },
|
|
325
325
|
* },
|
|
326
326
|
* RequestPayer: "requester",
|
|
327
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
327
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
328
328
|
* ExpectedBucketOwner: "STRING_VALUE",
|
|
329
329
|
* };
|
|
330
330
|
* const command = new RestoreObjectCommand(input);
|