@aws-sdk/client-s3 3.743.0 → 3.749.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 +1 -0
- package/dist-es/protocols/Aws_restXml.js +1 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +13 -13
- package/dist-types/commands/DeleteObjectCommand.d.ts +10 -10
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -11
- package/dist-types/commands/DeleteObjectsCommand.d.ts +22 -22
- package/dist-types/commands/HeadObjectCommand.d.ts +1 -0
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +32 -32
- package/dist-types/commands/PutObjectCommand.d.ts +42 -42
- package/dist-types/models/models_0.d.ts +84 -79
- package/dist-types/models/models_1.d.ts +43 -43
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +17 -17
|
@@ -417,7 +417,7 @@ export interface CompleteMultipartUploadOutput {
|
|
|
417
417
|
*/
|
|
418
418
|
ETag?: string | undefined;
|
|
419
419
|
/**
|
|
420
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
420
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32 checksum</code> of the object. This checksum is only be present if the checksum was uploaded
|
|
421
421
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
422
422
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
423
423
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -425,7 +425,7 @@ export interface CompleteMultipartUploadOutput {
|
|
|
425
425
|
*/
|
|
426
426
|
ChecksumCRC32?: string | undefined;
|
|
427
427
|
/**
|
|
428
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
428
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This checksum is only present if the checksum was uploaded
|
|
429
429
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
430
430
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
431
431
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -435,14 +435,14 @@ export interface CompleteMultipartUploadOutput {
|
|
|
435
435
|
/**
|
|
436
436
|
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
437
437
|
* the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
|
|
438
|
-
* <code>
|
|
438
|
+
* <code>CRC64NVME</code> checksum of the object. The <code>CRC64NVME</code> checksum is
|
|
439
439
|
* always a full object checksum. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
|
|
440
440
|
* in the Amazon S3 User Guide</a>. </p>
|
|
441
441
|
* @public
|
|
442
442
|
*/
|
|
443
443
|
ChecksumCRC64NVME?: string | undefined;
|
|
444
444
|
/**
|
|
445
|
-
* <p>The Base64 encoded, 160-bit <code>
|
|
445
|
+
* <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This will only be present if the object was uploaded
|
|
446
446
|
* with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
447
447
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
448
448
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -450,7 +450,7 @@ export interface CompleteMultipartUploadOutput {
|
|
|
450
450
|
*/
|
|
451
451
|
ChecksumSHA1?: string | undefined;
|
|
452
452
|
/**
|
|
453
|
-
* <p>The Base64 encoded, 256-bit <code>
|
|
453
|
+
* <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This will only be present if the object was uploaded
|
|
454
454
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
455
455
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
456
456
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -514,32 +514,32 @@ export interface CompletedPart {
|
|
|
514
514
|
*/
|
|
515
515
|
ETag?: string | undefined;
|
|
516
516
|
/**
|
|
517
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
518
|
-
* if the multipart upload request was created with the <code>
|
|
517
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32</code> checksum of the part. This checksum is present
|
|
518
|
+
* if the multipart upload request was created with the <code>CRC32</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
519
519
|
* @public
|
|
520
520
|
*/
|
|
521
521
|
ChecksumCRC32?: string | undefined;
|
|
522
522
|
/**
|
|
523
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
524
|
-
* if the multipart upload request was created with the <code>
|
|
523
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the part. This checksum is present
|
|
524
|
+
* if the multipart upload request was created with the <code>CRC32C</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
525
525
|
* @public
|
|
526
526
|
*/
|
|
527
527
|
ChecksumCRC32C?: string | undefined;
|
|
528
528
|
/**
|
|
529
|
-
* <p>The Base64 encoded, 64-bit <code>
|
|
530
|
-
* if the multipart upload request was created with the <code>
|
|
529
|
+
* <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present
|
|
530
|
+
* if the multipart upload request was created with the <code>CRC64NVME</code> checksum algorithm to the uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
531
531
|
* @public
|
|
532
532
|
*/
|
|
533
533
|
ChecksumCRC64NVME?: string | undefined;
|
|
534
534
|
/**
|
|
535
|
-
* <p>The Base64 encoded, 160-bit <code>
|
|
536
|
-
* if the multipart upload request was created with the <code>
|
|
535
|
+
* <p>The Base64 encoded, 160-bit <code>SHA1</code> checksum of the part. This checksum is present
|
|
536
|
+
* if the multipart upload request was created with the <code>SHA1</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
537
537
|
* @public
|
|
538
538
|
*/
|
|
539
539
|
ChecksumSHA1?: string | undefined;
|
|
540
540
|
/**
|
|
541
|
-
* <p>The Base64 encoded, 256-bit <code>
|
|
542
|
-
* if the multipart upload request was created with the <code>
|
|
541
|
+
* <p>The Base64 encoded, 256-bit <code>SHA256</code> checksum of the part. This checksum is present
|
|
542
|
+
* if the multipart upload request was created with the <code>SHA256</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
543
543
|
* @public
|
|
544
544
|
*/
|
|
545
545
|
ChecksumSHA256?: string | undefined;
|
|
@@ -629,7 +629,7 @@ export interface CompleteMultipartUploadRequest {
|
|
|
629
629
|
UploadId: string | undefined;
|
|
630
630
|
/**
|
|
631
631
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
632
|
-
* This header specifies the Base64 encoded, 32-bit <code>
|
|
632
|
+
* This header specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum of the object. For more information, see
|
|
633
633
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
634
634
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
635
635
|
* @public
|
|
@@ -637,7 +637,7 @@ export interface CompleteMultipartUploadRequest {
|
|
|
637
637
|
ChecksumCRC32?: string | undefined;
|
|
638
638
|
/**
|
|
639
639
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
640
|
-
* This header specifies the Base64 encoded, 32-bit <code>
|
|
640
|
+
* This header specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. For more information, see
|
|
641
641
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
642
642
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
643
643
|
* @public
|
|
@@ -646,7 +646,7 @@ export interface CompleteMultipartUploadRequest {
|
|
|
646
646
|
/**
|
|
647
647
|
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
648
648
|
* the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
|
|
649
|
-
* <code>
|
|
649
|
+
* <code>CRC64NVME</code> checksum of the object. The <code>CRC64NVME</code> checksum is
|
|
650
650
|
* always a full object checksum. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
|
|
651
651
|
* in the Amazon S3 User Guide</a>.</p>
|
|
652
652
|
* @public
|
|
@@ -654,7 +654,7 @@ export interface CompleteMultipartUploadRequest {
|
|
|
654
654
|
ChecksumCRC64NVME?: string | undefined;
|
|
655
655
|
/**
|
|
656
656
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
657
|
-
* This header specifies the Base64 encoded, 160-bit <code>
|
|
657
|
+
* This header specifies the Base64 encoded, 160-bit <code>SHA1</code> digest of the object. For more information, see
|
|
658
658
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
659
659
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
660
660
|
* @public
|
|
@@ -662,7 +662,7 @@ export interface CompleteMultipartUploadRequest {
|
|
|
662
662
|
ChecksumSHA1?: string | undefined;
|
|
663
663
|
/**
|
|
664
664
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
665
|
-
* This header specifies the Base64 encoded, 256-bit <code>
|
|
665
|
+
* This header specifies the Base64 encoded, 256-bit <code>SHA256</code> digest of the object. For more information, see
|
|
666
666
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
667
667
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
668
668
|
* @public
|
|
@@ -784,35 +784,35 @@ export interface CopyObjectResult {
|
|
|
784
784
|
*/
|
|
785
785
|
ChecksumType?: ChecksumType | undefined;
|
|
786
786
|
/**
|
|
787
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
787
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32</code> checksum of the object. This checksum is only present if the object was uploaded
|
|
788
788
|
* with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
|
|
789
789
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
790
790
|
* @public
|
|
791
791
|
*/
|
|
792
792
|
ChecksumCRC32?: string | undefined;
|
|
793
793
|
/**
|
|
794
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
794
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This will only be present if the object was uploaded
|
|
795
795
|
* with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
|
|
796
796
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
797
797
|
* @public
|
|
798
798
|
*/
|
|
799
799
|
ChecksumCRC32C?: string | undefined;
|
|
800
800
|
/**
|
|
801
|
-
* <p>The Base64 encoded, 64-bit <code>
|
|
802
|
-
* if the object being copied was uploaded with the <code>
|
|
803
|
-
* checksum (and Amazon S3 added the default checksum, <code>
|
|
801
|
+
* <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. This checksum is present
|
|
802
|
+
* if the object being copied was uploaded with the <code>CRC64NVME</code> checksum algorithm, or if the object was uploaded without a
|
|
803
|
+
* checksum (and Amazon S3 added the default checksum, <code>CRC64NVME</code>, to the uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
804
804
|
* @public
|
|
805
805
|
*/
|
|
806
806
|
ChecksumCRC64NVME?: string | undefined;
|
|
807
807
|
/**
|
|
808
|
-
* <p>The Base64 encoded, 160-bit <code>
|
|
808
|
+
* <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This will only be present if the object was uploaded
|
|
809
809
|
* with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
|
|
810
810
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
811
811
|
* @public
|
|
812
812
|
*/
|
|
813
813
|
ChecksumSHA1?: string | undefined;
|
|
814
814
|
/**
|
|
815
|
-
* <p>The Base64 encoded, 256-bit <code>
|
|
815
|
+
* <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This will only be present if the object was uploaded
|
|
816
816
|
* with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
|
|
817
817
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
818
818
|
* @public
|
|
@@ -5598,27 +5598,27 @@ export interface DeleteObjectsRequest {
|
|
|
5598
5598
|
* <ul>
|
|
5599
5599
|
* <li>
|
|
5600
5600
|
* <p>
|
|
5601
|
-
* <code>
|
|
5601
|
+
* <code>CRC32</code>
|
|
5602
5602
|
* </p>
|
|
5603
5603
|
* </li>
|
|
5604
5604
|
* <li>
|
|
5605
5605
|
* <p>
|
|
5606
|
-
* <code>
|
|
5606
|
+
* <code>CRC32C</code>
|
|
5607
5607
|
* </p>
|
|
5608
5608
|
* </li>
|
|
5609
5609
|
* <li>
|
|
5610
5610
|
* <p>
|
|
5611
|
-
* <code>
|
|
5611
|
+
* <code>CRC64NVME</code>
|
|
5612
5612
|
* </p>
|
|
5613
5613
|
* </li>
|
|
5614
5614
|
* <li>
|
|
5615
5615
|
* <p>
|
|
5616
|
-
* <code>
|
|
5616
|
+
* <code>SHA1</code>
|
|
5617
5617
|
* </p>
|
|
5618
5618
|
* </li>
|
|
5619
5619
|
* <li>
|
|
5620
5620
|
* <p>
|
|
5621
|
-
* <code>
|
|
5621
|
+
* <code>SHA256</code>
|
|
5622
5622
|
* </p>
|
|
5623
5623
|
* </li>
|
|
5624
5624
|
* </ul>
|
|
@@ -6979,8 +6979,6 @@ export interface LifecycleRule {
|
|
|
6979
6979
|
*/
|
|
6980
6980
|
ID?: string | undefined;
|
|
6981
6981
|
/**
|
|
6982
|
-
* @deprecated
|
|
6983
|
-
*
|
|
6984
6982
|
* <p>Prefix identifying one or more objects to which the rule applies. This is
|
|
6985
6983
|
* no longer used; use <code>Filter</code> instead.</p>
|
|
6986
6984
|
* <important>
|
|
@@ -6988,6 +6986,8 @@ export interface LifecycleRule {
|
|
|
6988
6986
|
* XML requests. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints">
|
|
6989
6987
|
* XML related object key constraints</a>.</p>
|
|
6990
6988
|
* </important>
|
|
6989
|
+
*
|
|
6990
|
+
* @deprecated
|
|
6991
6991
|
* @public
|
|
6992
6992
|
*/
|
|
6993
6993
|
Prefix?: string | undefined;
|
|
@@ -8568,8 +8568,6 @@ export interface ReplicationRule {
|
|
|
8568
8568
|
*/
|
|
8569
8569
|
Priority?: number | undefined;
|
|
8570
8570
|
/**
|
|
8571
|
-
* @deprecated
|
|
8572
|
-
*
|
|
8573
8571
|
* <p>An object key name prefix that identifies the object or objects to which the rule
|
|
8574
8572
|
* applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket,
|
|
8575
8573
|
* specify an empty string. </p>
|
|
@@ -8578,6 +8576,8 @@ export interface ReplicationRule {
|
|
|
8578
8576
|
* XML requests. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints">
|
|
8579
8577
|
* XML related object key constraints</a>.</p>
|
|
8580
8578
|
* </important>
|
|
8579
|
+
*
|
|
8580
|
+
* @deprecated
|
|
8581
8581
|
* @public
|
|
8582
8582
|
*/
|
|
8583
8583
|
Prefix?: string | undefined;
|
|
@@ -9119,35 +9119,35 @@ export interface GetObjectOutput {
|
|
|
9119
9119
|
*/
|
|
9120
9120
|
ETag?: string | undefined;
|
|
9121
9121
|
/**
|
|
9122
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
9122
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32</code> checksum of the object. This checksum is only present if the object was uploaded
|
|
9123
9123
|
* with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
|
|
9124
9124
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
9125
9125
|
* @public
|
|
9126
9126
|
*/
|
|
9127
9127
|
ChecksumCRC32?: string | undefined;
|
|
9128
9128
|
/**
|
|
9129
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
9129
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This will only be present if the object was uploaded
|
|
9130
9130
|
* with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
|
|
9131
9131
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
9132
9132
|
* @public
|
|
9133
9133
|
*/
|
|
9134
9134
|
ChecksumCRC32C?: string | undefined;
|
|
9135
9135
|
/**
|
|
9136
|
-
* <p>The Base64 encoded, 64-bit <code>
|
|
9136
|
+
* <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. For more
|
|
9137
9137
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
|
|
9138
9138
|
* in the Amazon S3 User Guide</a>.</p>
|
|
9139
9139
|
* @public
|
|
9140
9140
|
*/
|
|
9141
9141
|
ChecksumCRC64NVME?: string | undefined;
|
|
9142
9142
|
/**
|
|
9143
|
-
* <p>The Base64 encoded, 160-bit <code>
|
|
9143
|
+
* <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This will only be present if the object was uploaded
|
|
9144
9144
|
* with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
|
|
9145
9145
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
9146
9146
|
* @public
|
|
9147
9147
|
*/
|
|
9148
9148
|
ChecksumSHA1?: string | undefined;
|
|
9149
9149
|
/**
|
|
9150
|
-
* <p>The Base64 encoded, 256-bit <code>
|
|
9150
|
+
* <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This will only be present if the object was uploaded
|
|
9151
9151
|
* with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
|
|
9152
9152
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
9153
9153
|
* @public
|
|
@@ -9213,9 +9213,9 @@ export interface GetObjectOutput {
|
|
|
9213
9213
|
*/
|
|
9214
9214
|
ContentType?: string | undefined;
|
|
9215
9215
|
/**
|
|
9216
|
-
* @deprecated
|
|
9217
|
-
*
|
|
9218
9216
|
* Deprecated in favor of ExpiresString.
|
|
9217
|
+
*
|
|
9218
|
+
* @deprecated
|
|
9219
9219
|
* @public
|
|
9220
9220
|
*/
|
|
9221
9221
|
Expires?: Date | undefined;
|
|
@@ -9748,7 +9748,7 @@ export interface GetObjectAclRequest {
|
|
|
9748
9748
|
*/
|
|
9749
9749
|
export interface Checksum {
|
|
9750
9750
|
/**
|
|
9751
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
9751
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32 checksum</code> of the object. This checksum is only be present if the checksum was uploaded
|
|
9752
9752
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
9753
9753
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
9754
9754
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -9756,7 +9756,7 @@ export interface Checksum {
|
|
|
9756
9756
|
*/
|
|
9757
9757
|
ChecksumCRC32?: string | undefined;
|
|
9758
9758
|
/**
|
|
9759
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
9759
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This checksum is only present if the checksum was uploaded
|
|
9760
9760
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
9761
9761
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
9762
9762
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -9764,14 +9764,14 @@ export interface Checksum {
|
|
|
9764
9764
|
*/
|
|
9765
9765
|
ChecksumCRC32C?: string | undefined;
|
|
9766
9766
|
/**
|
|
9767
|
-
* <p>The Base64 encoded, 64-bit <code>
|
|
9768
|
-
* if the object was uploaded with the <code>
|
|
9769
|
-
* checksum (and Amazon S3 added the default checksum, <code>
|
|
9767
|
+
* <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. This checksum is present
|
|
9768
|
+
* if the object was uploaded with the <code>CRC64NVME</code> checksum algorithm, or if the object was uploaded without a
|
|
9769
|
+
* checksum (and Amazon S3 added the default checksum, <code>CRC64NVME</code>, to the uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
9770
9770
|
* @public
|
|
9771
9771
|
*/
|
|
9772
9772
|
ChecksumCRC64NVME?: string | undefined;
|
|
9773
9773
|
/**
|
|
9774
|
-
* <p>The Base64 encoded, 160-bit <code>
|
|
9774
|
+
* <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This will only be present if the object was uploaded
|
|
9775
9775
|
* with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
9776
9776
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
9777
9777
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -9779,7 +9779,7 @@ export interface Checksum {
|
|
|
9779
9779
|
*/
|
|
9780
9780
|
ChecksumSHA1?: string | undefined;
|
|
9781
9781
|
/**
|
|
9782
|
-
* <p>The Base64 encoded, 256-bit <code>
|
|
9782
|
+
* <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This will only be present if the object was uploaded
|
|
9783
9783
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
9784
9784
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
9785
9785
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -9810,33 +9810,33 @@ export interface ObjectPart {
|
|
|
9810
9810
|
*/
|
|
9811
9811
|
Size?: number | undefined;
|
|
9812
9812
|
/**
|
|
9813
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
9814
|
-
* if the multipart upload request was created with the <code>
|
|
9813
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32</code> checksum of the part. This checksum is present
|
|
9814
|
+
* if the multipart upload request was created with the <code>CRC32</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
9815
9815
|
* @public
|
|
9816
9816
|
*/
|
|
9817
9817
|
ChecksumCRC32?: string | undefined;
|
|
9818
9818
|
/**
|
|
9819
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
9820
|
-
* if the multipart upload request was created with the <code>
|
|
9819
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the part. This checksum is present
|
|
9820
|
+
* if the multipart upload request was created with the <code>CRC32C</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
9821
9821
|
* @public
|
|
9822
9822
|
*/
|
|
9823
9823
|
ChecksumCRC32C?: string | undefined;
|
|
9824
9824
|
/**
|
|
9825
|
-
* <p>The Base64 encoded, 64-bit <code>
|
|
9826
|
-
* if the multipart upload request was created with the <code>
|
|
9827
|
-
* checksum (and Amazon S3 added the default checksum, <code>
|
|
9825
|
+
* <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present
|
|
9826
|
+
* if the multipart upload request was created with the <code>CRC64NVME</code> checksum algorithm, or if the object was uploaded without a
|
|
9827
|
+
* checksum (and Amazon S3 added the default checksum, <code>CRC64NVME</code>, to the uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
9828
9828
|
* @public
|
|
9829
9829
|
*/
|
|
9830
9830
|
ChecksumCRC64NVME?: string | undefined;
|
|
9831
9831
|
/**
|
|
9832
|
-
* <p>The Base64 encoded, 160-bit <code>
|
|
9833
|
-
* if the multipart upload request was created with the <code>
|
|
9832
|
+
* <p>The Base64 encoded, 160-bit <code>SHA1</code> checksum of the part. This checksum is present
|
|
9833
|
+
* if the multipart upload request was created with the <code>SHA1</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
9834
9834
|
* @public
|
|
9835
9835
|
*/
|
|
9836
9836
|
ChecksumSHA1?: string | undefined;
|
|
9837
9837
|
/**
|
|
9838
|
-
* <p>The Base64 encoded, 256-bit <code>
|
|
9839
|
-
* if the multipart upload request was created with the <code>
|
|
9838
|
+
* <p>The Base64 encoded, 256-bit <code>SHA256</code> checksum of the part. This checksum is present
|
|
9839
|
+
* if the multipart upload request was created with the <code>SHA256</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
9840
9840
|
* @public
|
|
9841
9841
|
*/
|
|
9842
9842
|
ChecksumSHA256?: string | undefined;
|
|
@@ -10717,7 +10717,7 @@ export interface HeadObjectOutput {
|
|
|
10717
10717
|
*/
|
|
10718
10718
|
ContentLength?: number | undefined;
|
|
10719
10719
|
/**
|
|
10720
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
10720
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32 checksum</code> of the object. This checksum is only be present if the checksum was uploaded
|
|
10721
10721
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
10722
10722
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
10723
10723
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -10725,7 +10725,7 @@ export interface HeadObjectOutput {
|
|
|
10725
10725
|
*/
|
|
10726
10726
|
ChecksumCRC32?: string | undefined;
|
|
10727
10727
|
/**
|
|
10728
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
10728
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This checksum is only present if the checksum was uploaded
|
|
10729
10729
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
10730
10730
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
10731
10731
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -10733,14 +10733,14 @@ export interface HeadObjectOutput {
|
|
|
10733
10733
|
*/
|
|
10734
10734
|
ChecksumCRC32C?: string | undefined;
|
|
10735
10735
|
/**
|
|
10736
|
-
* <p>The Base64 encoded, 64-bit <code>
|
|
10736
|
+
* <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. For more
|
|
10737
10737
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
|
|
10738
10738
|
* in the Amazon S3 User Guide</a>.</p>
|
|
10739
10739
|
* @public
|
|
10740
10740
|
*/
|
|
10741
10741
|
ChecksumCRC64NVME?: string | undefined;
|
|
10742
10742
|
/**
|
|
10743
|
-
* <p>The Base64 encoded, 160-bit <code>
|
|
10743
|
+
* <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This will only be present if the object was uploaded
|
|
10744
10744
|
* with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
10745
10745
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
10746
10746
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -10748,7 +10748,7 @@ export interface HeadObjectOutput {
|
|
|
10748
10748
|
*/
|
|
10749
10749
|
ChecksumSHA1?: string | undefined;
|
|
10750
10750
|
/**
|
|
10751
|
-
* <p>The Base64 encoded, 256-bit <code>
|
|
10751
|
+
* <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This will only be present if the object was uploaded
|
|
10752
10752
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
10753
10753
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
10754
10754
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -10818,9 +10818,14 @@ export interface HeadObjectOutput {
|
|
|
10818
10818
|
*/
|
|
10819
10819
|
ContentType?: string | undefined;
|
|
10820
10820
|
/**
|
|
10821
|
-
*
|
|
10822
|
-
*
|
|
10821
|
+
* <p>The portion of the object returned in the response for a <code>GET</code> request.</p>
|
|
10822
|
+
* @public
|
|
10823
|
+
*/
|
|
10824
|
+
ContentRange?: string | undefined;
|
|
10825
|
+
/**
|
|
10823
10826
|
* Deprecated in favor of ExpiresString.
|
|
10827
|
+
*
|
|
10828
|
+
* @deprecated
|
|
10824
10829
|
* @public
|
|
10825
10830
|
*/
|
|
10826
10831
|
Expires?: Date | undefined;
|
|
@@ -12896,33 +12901,33 @@ export interface Part {
|
|
|
12896
12901
|
*/
|
|
12897
12902
|
Size?: number | undefined;
|
|
12898
12903
|
/**
|
|
12899
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
12900
|
-
* if the object was uploaded with the <code>
|
|
12904
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32</code> checksum of the part. This checksum is present
|
|
12905
|
+
* if the object was uploaded with the <code>CRC32</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
12901
12906
|
* @public
|
|
12902
12907
|
*/
|
|
12903
12908
|
ChecksumCRC32?: string | undefined;
|
|
12904
12909
|
/**
|
|
12905
|
-
* <p>The Base64 encoded, 32-bit <code>
|
|
12906
|
-
* if the object was uploaded with the <code>
|
|
12910
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the part. This checksum is present
|
|
12911
|
+
* if the object was uploaded with the <code>CRC32C</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
12907
12912
|
* @public
|
|
12908
12913
|
*/
|
|
12909
12914
|
ChecksumCRC32C?: string | undefined;
|
|
12910
12915
|
/**
|
|
12911
|
-
* <p>The Base64 encoded, 64-bit <code>
|
|
12912
|
-
* if the multipart upload request was created with the <code>
|
|
12913
|
-
* checksum (and Amazon S3 added the default checksum, <code>
|
|
12916
|
+
* <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present
|
|
12917
|
+
* if the multipart upload request was created with the <code>CRC64NVME</code> checksum algorithm, or if the object was uploaded without a
|
|
12918
|
+
* checksum (and Amazon S3 added the default checksum, <code>CRC64NVME</code>, to the uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
12914
12919
|
* @public
|
|
12915
12920
|
*/
|
|
12916
12921
|
ChecksumCRC64NVME?: string | undefined;
|
|
12917
12922
|
/**
|
|
12918
|
-
* <p>The Base64 encoded, 160-bit <code>
|
|
12919
|
-
* if the object was uploaded with the <code>
|
|
12923
|
+
* <p>The Base64 encoded, 160-bit <code>SHA1</code> checksum of the part. This checksum is present
|
|
12924
|
+
* if the object was uploaded with the <code>SHA1</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
12920
12925
|
* @public
|
|
12921
12926
|
*/
|
|
12922
12927
|
ChecksumSHA1?: string | undefined;
|
|
12923
12928
|
/**
|
|
12924
|
-
* <p>The Base64 encoded, 256-bit <code>
|
|
12925
|
-
* if the object was uploaded with the <code>
|
|
12929
|
+
* <p>The Base64 encoded, 256-bit <code>SHA256</code> checksum of the part. This checksum is present
|
|
12930
|
+
* if the object was uploaded with the <code>SHA256</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
12926
12931
|
* @public
|
|
12927
12932
|
*/
|
|
12928
12933
|
ChecksumSHA256?: string | undefined;
|