@aws-sdk/client-s3 3.726.0 → 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 +3 -3
|
@@ -55,8 +55,8 @@ declare const UploadPartCommand_base: {
|
|
|
55
55
|
* <p>
|
|
56
56
|
* <b>Directory buckets</b> -
|
|
57
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-name</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/
|
|
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">
|
|
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/s3-express-Regions-and-Zones.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">Available Local Zone for directory buckets</a> in the
|
|
60
60
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
61
61
|
* </note>
|
|
62
62
|
* <dl>
|
|
@@ -229,9 +229,10 @@ declare const UploadPartCommand_base: {
|
|
|
229
229
|
* Bucket: "STRING_VALUE", // required
|
|
230
230
|
* ContentLength: Number("long"),
|
|
231
231
|
* ContentMD5: "STRING_VALUE",
|
|
232
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
232
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
233
233
|
* ChecksumCRC32: "STRING_VALUE",
|
|
234
234
|
* ChecksumCRC32C: "STRING_VALUE",
|
|
235
|
+
* ChecksumCRC64NVME: "STRING_VALUE",
|
|
235
236
|
* ChecksumSHA1: "STRING_VALUE",
|
|
236
237
|
* ChecksumSHA256: "STRING_VALUE",
|
|
237
238
|
* Key: "STRING_VALUE", // required
|
|
@@ -250,6 +251,7 @@ declare const UploadPartCommand_base: {
|
|
|
250
251
|
* // ETag: "STRING_VALUE",
|
|
251
252
|
* // ChecksumCRC32: "STRING_VALUE",
|
|
252
253
|
* // ChecksumCRC32C: "STRING_VALUE",
|
|
254
|
+
* // ChecksumCRC64NVME: "STRING_VALUE",
|
|
253
255
|
* // ChecksumSHA1: "STRING_VALUE",
|
|
254
256
|
* // ChecksumSHA256: "STRING_VALUE",
|
|
255
257
|
* // SSECustomerAlgorithm: "STRING_VALUE",
|
|
@@ -49,8 +49,8 @@ declare const UploadPartCopyCommand_base: {
|
|
|
49
49
|
* <p>
|
|
50
50
|
* <b>Directory buckets</b> -
|
|
51
51
|
* 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
|
* </note>
|
|
56
56
|
* <dl>
|
|
@@ -289,6 +289,7 @@ declare const UploadPartCopyCommand_base: {
|
|
|
289
289
|
* // LastModified: new Date("TIMESTAMP"),
|
|
290
290
|
* // ChecksumCRC32: "STRING_VALUE",
|
|
291
291
|
* // ChecksumCRC32C: "STRING_VALUE",
|
|
292
|
+
* // ChecksumCRC64NVME: "STRING_VALUE",
|
|
292
293
|
* // ChecksumSHA1: "STRING_VALUE",
|
|
293
294
|
* // ChecksumSHA256: "STRING_VALUE",
|
|
294
295
|
* // },
|
|
@@ -88,6 +88,7 @@ declare const WriteGetObjectResponseCommand_base: {
|
|
|
88
88
|
* ContentType: "STRING_VALUE",
|
|
89
89
|
* ChecksumCRC32: "STRING_VALUE",
|
|
90
90
|
* ChecksumCRC32C: "STRING_VALUE",
|
|
91
|
+
* ChecksumCRC64NVME: "STRING_VALUE",
|
|
91
92
|
* ChecksumSHA1: "STRING_VALUE",
|
|
92
93
|
* ChecksumSHA256: "STRING_VALUE",
|
|
93
94
|
* DeleteMarker: true || false,
|