@aws-sdk/client-s3 3.744.0 → 3.750.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.
@@ -456,27 +456,27 @@ export interface PutBucketPolicyRequest {
456
456
  * <ul>
457
457
  * <li>
458
458
  * <p>
459
- * <code>CRC-32</code>
459
+ * <code>CRC32</code>
460
460
  * </p>
461
461
  * </li>
462
462
  * <li>
463
463
  * <p>
464
- * <code>CRC-32C</code>
464
+ * <code>CRC32C</code>
465
465
  * </p>
466
466
  * </li>
467
467
  * <li>
468
468
  * <p>
469
- * <code>CRC-64NVME</code>
469
+ * <code>CRC64NVME</code>
470
470
  * </p>
471
471
  * </li>
472
472
  * <li>
473
473
  * <p>
474
- * <code>SHA-1</code>
474
+ * <code>SHA1</code>
475
475
  * </p>
476
476
  * </li>
477
477
  * <li>
478
478
  * <p>
479
- * <code>SHA-256</code>
479
+ * <code>SHA256</code>
480
480
  * </p>
481
481
  * </li>
482
482
  * </ul>
@@ -899,7 +899,7 @@ export interface PutObjectOutput {
899
899
  */
900
900
  ETag?: string | undefined;
901
901
  /**
902
- * <p>The Base64 encoded, 32-bit <code>CRC-32 checksum</code> of the object. This checksum is only be present if the checksum was uploaded
902
+ * <p>The Base64 encoded, 32-bit <code>CRC32 checksum</code> of the object. This checksum is only be present if the checksum was uploaded
903
903
  * 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
904
904
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
905
905
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -907,7 +907,7 @@ export interface PutObjectOutput {
907
907
  */
908
908
  ChecksumCRC32?: string | undefined;
909
909
  /**
910
- * <p>The Base64 encoded, 32-bit <code>CRC-32C</code> checksum of the object. This checksum is only present if the checksum was uploaded
910
+ * <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This checksum is only present if the checksum was uploaded
911
911
  * 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
912
912
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
913
913
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -915,17 +915,17 @@ export interface PutObjectOutput {
915
915
  */
916
916
  ChecksumCRC32C?: string | undefined;
917
917
  /**
918
- * <p>The Base64 encoded, 64-bit <code>CRC-64NVME</code> checksum of the object. This header
919
- * is present if the object was uploaded with the <code>CRC-64NVME</code> checksum algorithm, or if it
918
+ * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. This header
919
+ * is present if the object was uploaded with the <code>CRC64NVME</code> checksum algorithm, or if it
920
920
  * was uploaded without a checksum (and Amazon S3 added the default checksum,
921
- * <code>CRC-64NVME</code>, to the uploaded object). For more information about how
921
+ * <code>CRC64NVME</code>, to the uploaded object). For more information about how
922
922
  * checksums are calculated with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
923
923
  * in the Amazon S3 User Guide</a>.</p>
924
924
  * @public
925
925
  */
926
926
  ChecksumCRC64NVME?: string | undefined;
927
927
  /**
928
- * <p>The Base64 encoded, 160-bit <code>SHA-1</code> digest of the object. This will only be present if the object was uploaded
928
+ * <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This will only be present if the object was uploaded
929
929
  * 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
930
930
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
931
931
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -933,7 +933,7 @@ export interface PutObjectOutput {
933
933
  */
934
934
  ChecksumSHA1?: string | undefined;
935
935
  /**
936
- * <p>The Base64 encoded, 256-bit <code>SHA-256</code> digest of the object. This will only be present if the object was uploaded
936
+ * <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This will only be present if the object was uploaded
937
937
  * 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
938
938
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
939
939
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -1157,27 +1157,27 @@ export interface PutObjectRequest {
1157
1157
  * <ul>
1158
1158
  * <li>
1159
1159
  * <p>
1160
- * <code>CRC-32</code>
1160
+ * <code>CRC32</code>
1161
1161
  * </p>
1162
1162
  * </li>
1163
1163
  * <li>
1164
1164
  * <p>
1165
- * <code>CRC-32C</code>
1165
+ * <code>CRC32C</code>
1166
1166
  * </p>
1167
1167
  * </li>
1168
1168
  * <li>
1169
1169
  * <p>
1170
- * <code>CRC-64NVME</code>
1170
+ * <code>CRC64NVME</code>
1171
1171
  * </p>
1172
1172
  * </li>
1173
1173
  * <li>
1174
1174
  * <p>
1175
- * <code>SHA-1</code>
1175
+ * <code>SHA1</code>
1176
1176
  * </p>
1177
1177
  * </li>
1178
1178
  * <li>
1179
1179
  * <p>
1180
- * <code>SHA-256</code>
1180
+ * <code>SHA256</code>
1181
1181
  * </p>
1182
1182
  * </li>
1183
1183
  * </ul>
@@ -1198,7 +1198,7 @@ export interface PutObjectRequest {
1198
1198
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1199
1199
  /**
1200
1200
  * <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.
1201
- * This header specifies the Base64 encoded, 32-bit <code>CRC-32</code> checksum of the object. For more information, see
1201
+ * This header specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum of the object. For more information, see
1202
1202
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
1203
1203
  * <i>Amazon S3 User Guide</i>.</p>
1204
1204
  * @public
@@ -1206,7 +1206,7 @@ export interface PutObjectRequest {
1206
1206
  ChecksumCRC32?: string | undefined;
1207
1207
  /**
1208
1208
  * <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.
1209
- * This header specifies the Base64 encoded, 32-bit <code>CRC-32C</code> checksum of the object. For more information, see
1209
+ * This header specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. For more information, see
1210
1210
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
1211
1211
  * <i>Amazon S3 User Guide</i>.</p>
1212
1212
  * @public
@@ -1215,7 +1215,7 @@ export interface PutObjectRequest {
1215
1215
  /**
1216
1216
  * <p>This header can be used as a data integrity check to verify that the data received is
1217
1217
  * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
1218
- * <code>CRC-64NVME</code> checksum of the object. The <code>CRC-64NVME</code> checksum is
1218
+ * <code>CRC64NVME</code> checksum of the object. The <code>CRC64NVME</code> checksum is
1219
1219
  * 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
1220
1220
  * in the Amazon S3 User Guide</a>.</p>
1221
1221
  * @public
@@ -1223,7 +1223,7 @@ export interface PutObjectRequest {
1223
1223
  ChecksumCRC64NVME?: string | undefined;
1224
1224
  /**
1225
1225
  * <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.
1226
- * This header specifies the Base64 encoded, 160-bit <code>SHA-1</code> digest of the object. For more information, see
1226
+ * This header specifies the Base64 encoded, 160-bit <code>SHA1</code> digest of the object. For more information, see
1227
1227
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
1228
1228
  * <i>Amazon S3 User Guide</i>.</p>
1229
1229
  * @public
@@ -1231,7 +1231,7 @@ export interface PutObjectRequest {
1231
1231
  ChecksumSHA1?: string | undefined;
1232
1232
  /**
1233
1233
  * <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.
1234
- * This header specifies the Base64 encoded, 256-bit <code>SHA-256</code> digest of the object. For more information, see
1234
+ * This header specifies the Base64 encoded, 256-bit <code>SHA256</code> digest of the object. For more information, see
1235
1235
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
1236
1236
  * <i>Amazon S3 User Guide</i>.</p>
1237
1237
  * @public
@@ -2996,7 +2996,7 @@ export interface UploadPartOutput {
2996
2996
  */
2997
2997
  ETag?: string | undefined;
2998
2998
  /**
2999
- * <p>The Base64 encoded, 32-bit <code>CRC-32 checksum</code> of the object. This checksum is only be present if the checksum was uploaded
2999
+ * <p>The Base64 encoded, 32-bit <code>CRC32 checksum</code> of the object. This checksum is only be present if the checksum was uploaded
3000
3000
  * 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
3001
3001
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
3002
3002
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -3004,7 +3004,7 @@ export interface UploadPartOutput {
3004
3004
  */
3005
3005
  ChecksumCRC32?: string | undefined;
3006
3006
  /**
3007
- * <p>The Base64 encoded, 32-bit <code>CRC-32C</code> checksum of the object. This checksum is only present if the checksum was uploaded
3007
+ * <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This checksum is only present if the checksum was uploaded
3008
3008
  * 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
3009
3009
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
3010
3010
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -3014,12 +3014,12 @@ export interface UploadPartOutput {
3014
3014
  /**
3015
3015
  * <p>This header can be used as a data integrity check to verify that the data received is
3016
3016
  * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
3017
- * <code>CRC-64NVME</code> checksum of the part. 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>
3017
+ * <code>CRC64NVME</code> checksum of the part. 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>
3018
3018
  * @public
3019
3019
  */
3020
3020
  ChecksumCRC64NVME?: string | undefined;
3021
3021
  /**
3022
- * <p>The Base64 encoded, 160-bit <code>SHA-1</code> digest of the object. This will only be present if the object was uploaded
3022
+ * <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This will only be present if the object was uploaded
3023
3023
  * 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
3024
3024
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
3025
3025
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -3027,7 +3027,7 @@ export interface UploadPartOutput {
3027
3027
  */
3028
3028
  ChecksumSHA1?: string | undefined;
3029
3029
  /**
3030
- * <p>The Base64 encoded, 256-bit <code>SHA-256</code> digest of the object. This will only be present if the object was uploaded
3030
+ * <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This will only be present if the object was uploaded
3031
3031
  * 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
3032
3032
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
3033
3033
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -3138,7 +3138,7 @@ export interface UploadPartRequest {
3138
3138
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
3139
3139
  /**
3140
3140
  * <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.
3141
- * This header specifies the Base64 encoded, 32-bit <code>CRC-32</code> checksum of the object. For more information, see
3141
+ * This header specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum of the object. For more information, see
3142
3142
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3143
3143
  * <i>Amazon S3 User Guide</i>.</p>
3144
3144
  * @public
@@ -3146,7 +3146,7 @@ export interface UploadPartRequest {
3146
3146
  ChecksumCRC32?: string | undefined;
3147
3147
  /**
3148
3148
  * <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.
3149
- * This header specifies the Base64 encoded, 32-bit <code>CRC-32C</code> checksum of the object. For more information, see
3149
+ * This header specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. For more information, see
3150
3150
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3151
3151
  * <i>Amazon S3 User Guide</i>.</p>
3152
3152
  * @public
@@ -3155,13 +3155,13 @@ export interface UploadPartRequest {
3155
3155
  /**
3156
3156
  * <p>This header can be used as a data integrity check to verify that the data received is
3157
3157
  * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
3158
- * <code>CRC-64NVME</code> checksum of the part. 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>
3158
+ * <code>CRC64NVME</code> checksum of the part. 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>
3159
3159
  * @public
3160
3160
  */
3161
3161
  ChecksumCRC64NVME?: string | undefined;
3162
3162
  /**
3163
3163
  * <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.
3164
- * This header specifies the Base64 encoded, 160-bit <code>SHA-1</code> digest of the object. For more information, see
3164
+ * This header specifies the Base64 encoded, 160-bit <code>SHA1</code> digest of the object. For more information, see
3165
3165
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3166
3166
  * <i>Amazon S3 User Guide</i>.</p>
3167
3167
  * @public
@@ -3169,7 +3169,7 @@ export interface UploadPartRequest {
3169
3169
  ChecksumSHA1?: string | undefined;
3170
3170
  /**
3171
3171
  * <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.
3172
- * This header specifies the Base64 encoded, 256-bit <code>SHA-256</code> digest of the object. For more information, see
3172
+ * This header specifies the Base64 encoded, 256-bit <code>SHA256</code> digest of the object. For more information, see
3173
3173
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3174
3174
  * <i>Amazon S3 User Guide</i>.</p>
3175
3175
  * @public
@@ -3257,7 +3257,7 @@ export interface CopyPartResult {
3257
3257
  LastModified?: Date | undefined;
3258
3258
  /**
3259
3259
  * <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.
3260
- * This header specifies the Base64 encoded, 32-bit <code>CRC-32</code> checksum of the part. For more information, see
3260
+ * This header specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum of the part. For more information, see
3261
3261
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3262
3262
  * <i>Amazon S3 User Guide</i>.</p>
3263
3263
  * @public
@@ -3265,21 +3265,21 @@ export interface CopyPartResult {
3265
3265
  ChecksumCRC32?: string | undefined;
3266
3266
  /**
3267
3267
  * <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.
3268
- * This header specifies the Base64 encoded, 32-bit <code>CRC-32C</code> checksum of the part. For more information, see
3268
+ * This header specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum of the part. For more information, see
3269
3269
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3270
3270
  * <i>Amazon S3 User Guide</i>.</p>
3271
3271
  * @public
3272
3272
  */
3273
3273
  ChecksumCRC32C?: string | undefined;
3274
3274
  /**
3275
- * <p>The Base64 encoded, 64-bit <code>CRC-64NVME</code> checksum of the part. This checksum is present
3276
- * if the multipart upload request was created with the <code>CRC-64NVME</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>
3275
+ * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present
3276
+ * 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>
3277
3277
  * @public
3278
3278
  */
3279
3279
  ChecksumCRC64NVME?: string | undefined;
3280
3280
  /**
3281
3281
  * <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.
3282
- * This header specifies the Base64 encoded, 160-bit <code>SHA-1</code> checksum of the part. For more information, see
3282
+ * This header specifies the Base64 encoded, 160-bit <code>SHA1</code> checksum of the part. For more information, see
3283
3283
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3284
3284
  * <i>Amazon S3 User Guide</i>.</p>
3285
3285
  * @public
@@ -3287,7 +3287,7 @@ export interface CopyPartResult {
3287
3287
  ChecksumSHA1?: string | undefined;
3288
3288
  /**
3289
3289
  * <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.
3290
- * This header specifies the Base64 encoded, 256-bit <code>SHA-256</code> checksum of the part. For more information, see
3290
+ * This header specifies the Base64 encoded, 256-bit <code>SHA256</code> checksum of the part. For more information, see
3291
3291
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3292
3292
  * <i>Amazon S3 User Guide</i>.</p>
3293
3293
  * @public
@@ -3765,7 +3765,7 @@ export interface WriteGetObjectResponseRequest {
3765
3765
  ContentType?: string | undefined;
3766
3766
  /**
3767
3767
  * <p>This header can be used as a data integrity check to verify that the data received is
3768
- * the same data that was originally sent. This specifies the Base64 encoded, 32-bit <code>CRC-32</code>
3768
+ * the same data that was originally sent. This specifies the Base64 encoded, 32-bit <code>CRC32</code>
3769
3769
  * checksum of the object returned by the Object Lambda function. This may not match the
3770
3770
  * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3771
3771
  * only when the original <code>GetObject</code> request required checksum validation. For
@@ -3779,7 +3779,7 @@ export interface WriteGetObjectResponseRequest {
3779
3779
  ChecksumCRC32?: string | undefined;
3780
3780
  /**
3781
3781
  * <p>This header can be used as a data integrity check to verify that the data received is
3782
- * the same data that was originally sent. This specifies the Base64 encoded, 32-bit <code>CRC-32C</code>
3782
+ * the same data that was originally sent. This specifies the Base64 encoded, 32-bit <code>CRC32C</code>
3783
3783
  * checksum of the object returned by the Object Lambda function. This may not match the
3784
3784
  * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3785
3785
  * only when the original <code>GetObject</code> request required checksum validation. For
@@ -3793,13 +3793,13 @@ export interface WriteGetObjectResponseRequest {
3793
3793
  /**
3794
3794
  * <p>This header can be used as a data integrity check to verify that the data received is
3795
3795
  * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
3796
- * <code>CRC-64NVME</code> checksum of the part. 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>
3796
+ * <code>CRC64NVME</code> checksum of the part. 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>
3797
3797
  * @public
3798
3798
  */
3799
3799
  ChecksumCRC64NVME?: string | undefined;
3800
3800
  /**
3801
3801
  * <p>This header can be used as a data integrity check to verify that the data received is
3802
- * the same data that was originally sent. This specifies the Base64 encoded, 160-bit <code>SHA-1</code>
3802
+ * the same data that was originally sent. This specifies the Base64 encoded, 160-bit <code>SHA1</code>
3803
3803
  * digest of the object returned by the Object Lambda function. This may not match the
3804
3804
  * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3805
3805
  * only when the original <code>GetObject</code> request required checksum validation. For
@@ -3812,7 +3812,7 @@ export interface WriteGetObjectResponseRequest {
3812
3812
  ChecksumSHA1?: string | undefined;
3813
3813
  /**
3814
3814
  * <p>This header can be used as a data integrity check to verify that the data received is
3815
- * the same data that was originally sent. This specifies the Base64 encoded, 256-bit <code>SHA-256</code>
3815
+ * the same data that was originally sent. This specifies the Base64 encoded, 256-bit <code>SHA256</code>
3816
3816
  * digest of the object returned by the Object Lambda function. This may not match the
3817
3817
  * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3818
3818
  * only when the original <code>GetObject</code> request required checksum validation. For
@@ -42,6 +42,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
42
42
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
43
43
  requestChecksumCalculation?: import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation> | undefined;
44
44
  responseChecksumValidation?: import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation> | undefined;
45
+ requestStreamBufferSize?: number | false | undefined;
45
46
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
46
47
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
47
48
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
@@ -45,6 +45,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
45
45
  signingEscapePath: boolean;
46
46
  sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
47
47
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
48
+ requestStreamBufferSize?: number | false | undefined;
48
49
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
49
50
  endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
50
51
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
@@ -41,6 +41,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
41
41
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
42
42
  requestChecksumCalculation?: import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation> | undefined;
43
43
  responseChecksumValidation?: import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation> | undefined;
44
+ requestStreamBufferSize?: number | false | undefined;
44
45
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
45
46
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
46
47
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
@@ -1660,6 +1660,7 @@ export interface HeadObjectOutput {
1660
1660
  ContentEncoding?: string | undefined;
1661
1661
  ContentLanguage?: string | undefined;
1662
1662
  ContentType?: string | undefined;
1663
+ ContentRange?: string | undefined;
1663
1664
  Expires?: Date | undefined;
1664
1665
  ExpiresString?: string | undefined;
1665
1666
  WebsiteRedirectLocation?: string | undefined;
@@ -69,6 +69,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
69
69
  import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
70
70
  >
71
71
  | undefined;
72
+ requestStreamBufferSize?: number | false | undefined;
72
73
  retryStrategy?:
73
74
  | import("@smithy/types").RetryStrategy
74
75
  | import("@smithy/types").RetryStrategyV2
@@ -77,6 +77,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
77
77
  signingEscapePath: boolean;
78
78
  sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
79
79
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
80
+ requestStreamBufferSize?: number | false | undefined;
80
81
  retryStrategy?:
81
82
  | import("@aws-sdk/types").RetryStrategy
82
83
  | import("@aws-sdk/types").RetryStrategyV2
@@ -73,6 +73,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
73
73
  import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
74
74
  >
75
75
  | undefined;
76
+ requestStreamBufferSize?: number | false | undefined;
76
77
  retryStrategy?:
77
78
  | import("@smithy/types").RetryStrategy
78
79
  | import("@smithy/types").RetryStrategyV2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.744.0",
4
+ "version": "3.750.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3",
@@ -27,27 +27,27 @@
27
27
  "@aws-crypto/sha1-browser": "5.2.0",
28
28
  "@aws-crypto/sha256-browser": "5.2.0",
29
29
  "@aws-crypto/sha256-js": "5.2.0",
30
- "@aws-sdk/core": "3.744.0",
31
- "@aws-sdk/credential-provider-node": "3.744.0",
30
+ "@aws-sdk/core": "3.750.0",
31
+ "@aws-sdk/credential-provider-node": "3.750.0",
32
32
  "@aws-sdk/middleware-bucket-endpoint": "3.734.0",
33
33
  "@aws-sdk/middleware-expect-continue": "3.734.0",
34
- "@aws-sdk/middleware-flexible-checksums": "3.744.0",
34
+ "@aws-sdk/middleware-flexible-checksums": "3.750.0",
35
35
  "@aws-sdk/middleware-host-header": "3.734.0",
36
36
  "@aws-sdk/middleware-location-constraint": "3.734.0",
37
37
  "@aws-sdk/middleware-logger": "3.734.0",
38
38
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
39
- "@aws-sdk/middleware-sdk-s3": "3.744.0",
39
+ "@aws-sdk/middleware-sdk-s3": "3.750.0",
40
40
  "@aws-sdk/middleware-ssec": "3.734.0",
41
- "@aws-sdk/middleware-user-agent": "3.744.0",
41
+ "@aws-sdk/middleware-user-agent": "3.750.0",
42
42
  "@aws-sdk/region-config-resolver": "3.734.0",
43
- "@aws-sdk/signature-v4-multi-region": "3.744.0",
43
+ "@aws-sdk/signature-v4-multi-region": "3.750.0",
44
44
  "@aws-sdk/types": "3.734.0",
45
45
  "@aws-sdk/util-endpoints": "3.743.0",
46
46
  "@aws-sdk/util-user-agent-browser": "3.734.0",
47
- "@aws-sdk/util-user-agent-node": "3.744.0",
47
+ "@aws-sdk/util-user-agent-node": "3.750.0",
48
48
  "@aws-sdk/xml-builder": "3.734.0",
49
49
  "@smithy/config-resolver": "^4.0.1",
50
- "@smithy/core": "^3.1.2",
50
+ "@smithy/core": "^3.1.4",
51
51
  "@smithy/eventstream-serde-browser": "^4.0.1",
52
52
  "@smithy/eventstream-serde-config-resolver": "^4.0.1",
53
53
  "@smithy/eventstream-serde-node": "^4.0.1",
@@ -58,31 +58,31 @@
58
58
  "@smithy/invalid-dependency": "^4.0.1",
59
59
  "@smithy/md5-js": "^4.0.1",
60
60
  "@smithy/middleware-content-length": "^4.0.1",
61
- "@smithy/middleware-endpoint": "^4.0.3",
62
- "@smithy/middleware-retry": "^4.0.4",
61
+ "@smithy/middleware-endpoint": "^4.0.5",
62
+ "@smithy/middleware-retry": "^4.0.6",
63
63
  "@smithy/middleware-serde": "^4.0.2",
64
64
  "@smithy/middleware-stack": "^4.0.1",
65
65
  "@smithy/node-config-provider": "^4.0.1",
66
66
  "@smithy/node-http-handler": "^4.0.2",
67
67
  "@smithy/protocol-http": "^5.0.1",
68
- "@smithy/smithy-client": "^4.1.3",
68
+ "@smithy/smithy-client": "^4.1.5",
69
69
  "@smithy/types": "^4.1.0",
70
70
  "@smithy/url-parser": "^4.0.1",
71
71
  "@smithy/util-base64": "^4.0.0",
72
72
  "@smithy/util-body-length-browser": "^4.0.0",
73
73
  "@smithy/util-body-length-node": "^4.0.0",
74
- "@smithy/util-defaults-mode-browser": "^4.0.4",
75
- "@smithy/util-defaults-mode-node": "^4.0.4",
74
+ "@smithy/util-defaults-mode-browser": "^4.0.6",
75
+ "@smithy/util-defaults-mode-node": "^4.0.6",
76
76
  "@smithy/util-endpoints": "^3.0.1",
77
77
  "@smithy/util-middleware": "^4.0.1",
78
78
  "@smithy/util-retry": "^4.0.1",
79
- "@smithy/util-stream": "^4.0.2",
79
+ "@smithy/util-stream": "^4.1.1",
80
80
  "@smithy/util-utf8": "^4.0.0",
81
81
  "@smithy/util-waiter": "^4.0.2",
82
82
  "tslib": "^2.6.2"
83
83
  },
84
84
  "devDependencies": {
85
- "@aws-sdk/signature-v4-crt": "3.744.0",
85
+ "@aws-sdk/signature-v4-crt": "3.750.0",
86
86
  "@tsconfig/node18": "18.2.4",
87
87
  "@types/node": "^18.19.69",
88
88
  "concurrently": "7.0.0",