@aws-sdk/client-s3 3.696.0 → 3.697.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 +0 -24
- package/dist-es/commands/DeleteObjectsCommand.js +0 -1
- package/dist-es/commands/GetObjectCommand.js +0 -1
- package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +0 -1
- package/dist-es/commands/PutBucketAclCommand.js +0 -1
- package/dist-es/commands/PutBucketCorsCommand.js +0 -1
- package/dist-es/commands/PutBucketEncryptionCommand.js +0 -1
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +0 -1
- package/dist-es/commands/PutBucketLoggingCommand.js +0 -1
- package/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
- package/dist-es/commands/PutBucketPolicyCommand.js +0 -1
- package/dist-es/commands/PutBucketReplicationCommand.js +0 -1
- package/dist-es/commands/PutBucketRequestPaymentCommand.js +0 -1
- package/dist-es/commands/PutBucketTaggingCommand.js +0 -1
- package/dist-es/commands/PutBucketVersioningCommand.js +0 -1
- package/dist-es/commands/PutBucketWebsiteCommand.js +0 -1
- package/dist-es/commands/PutObjectAclCommand.js +0 -1
- package/dist-es/commands/PutObjectCommand.js +0 -1
- package/dist-es/commands/PutObjectLegalHoldCommand.js +0 -1
- package/dist-es/commands/PutObjectLockConfigurationCommand.js +0 -1
- package/dist-es/commands/PutObjectRetentionCommand.js +0 -1
- package/dist-es/commands/PutObjectTaggingCommand.js +0 -1
- package/dist-es/commands/PutPublicAccessBlockCommand.js +0 -1
- package/dist-es/commands/RestoreObjectCommand.js +0 -1
- package/dist-es/commands/UploadPartCommand.js +0 -1
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -8848,7 +8848,6 @@ var _DeleteObjectsCommand = class _DeleteObjectsCommand extends import_smithy_cl
|
|
|
8848
8848
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8849
8849
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8850
8850
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
8851
|
-
input: this.input,
|
|
8852
8851
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
8853
8852
|
requestChecksumRequired: true
|
|
8854
8853
|
}),
|
|
@@ -9353,7 +9352,6 @@ var _GetObjectCommand = class _GetObjectCommand extends import_smithy_client.Com
|
|
|
9353
9352
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9354
9353
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9355
9354
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9356
|
-
input: this.input,
|
|
9357
9355
|
requestChecksumRequired: false,
|
|
9358
9356
|
requestValidationModeMember: "ChecksumMode",
|
|
9359
9357
|
responseAlgorithms: ["CRC32", "CRC32C", "SHA256", "SHA1"]
|
|
@@ -9751,7 +9749,6 @@ var _PutBucketAccelerateConfigurationCommand = class _PutBucketAccelerateConfigu
|
|
|
9751
9749
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9752
9750
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9753
9751
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9754
|
-
input: this.input,
|
|
9755
9752
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
9756
9753
|
requestChecksumRequired: false
|
|
9757
9754
|
})
|
|
@@ -9775,7 +9772,6 @@ var _PutBucketAclCommand = class _PutBucketAclCommand extends import_smithy_clie
|
|
|
9775
9772
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9776
9773
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9777
9774
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9778
|
-
input: this.input,
|
|
9779
9775
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
9780
9776
|
requestChecksumRequired: true
|
|
9781
9777
|
})
|
|
@@ -9817,7 +9813,6 @@ var _PutBucketCorsCommand = class _PutBucketCorsCommand extends import_smithy_cl
|
|
|
9817
9813
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9818
9814
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9819
9815
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9820
|
-
input: this.input,
|
|
9821
9816
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
9822
9817
|
requestChecksumRequired: true
|
|
9823
9818
|
})
|
|
@@ -9841,7 +9836,6 @@ var _PutBucketEncryptionCommand = class _PutBucketEncryptionCommand extends impo
|
|
|
9841
9836
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9842
9837
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9843
9838
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9844
|
-
input: this.input,
|
|
9845
9839
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
9846
9840
|
requestChecksumRequired: true
|
|
9847
9841
|
})
|
|
@@ -9902,7 +9896,6 @@ var _PutBucketLifecycleConfigurationCommand = class _PutBucketLifecycleConfigura
|
|
|
9902
9896
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9903
9897
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9904
9898
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9905
|
-
input: this.input,
|
|
9906
9899
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
9907
9900
|
requestChecksumRequired: true
|
|
9908
9901
|
}),
|
|
@@ -9927,7 +9920,6 @@ var _PutBucketLoggingCommand = class _PutBucketLoggingCommand extends import_smi
|
|
|
9927
9920
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9928
9921
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9929
9922
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9930
|
-
input: this.input,
|
|
9931
9923
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
9932
9924
|
requestChecksumRequired: true
|
|
9933
9925
|
})
|
|
@@ -9987,7 +9979,6 @@ var _PutBucketOwnershipControlsCommand = class _PutBucketOwnershipControlsComman
|
|
|
9987
9979
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9988
9980
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9989
9981
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9990
|
-
input: this.input,
|
|
9991
9982
|
requestChecksumRequired: true
|
|
9992
9983
|
})
|
|
9993
9984
|
];
|
|
@@ -10010,7 +10001,6 @@ var _PutBucketPolicyCommand = class _PutBucketPolicyCommand extends import_smith
|
|
|
10010
10001
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10011
10002
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10012
10003
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10013
|
-
input: this.input,
|
|
10014
10004
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10015
10005
|
requestChecksumRequired: true
|
|
10016
10006
|
})
|
|
@@ -10034,7 +10024,6 @@ var _PutBucketReplicationCommand = class _PutBucketReplicationCommand extends im
|
|
|
10034
10024
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10035
10025
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10036
10026
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10037
|
-
input: this.input,
|
|
10038
10027
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10039
10028
|
requestChecksumRequired: true
|
|
10040
10029
|
})
|
|
@@ -10058,7 +10047,6 @@ var _PutBucketRequestPaymentCommand = class _PutBucketRequestPaymentCommand exte
|
|
|
10058
10047
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10059
10048
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10060
10049
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10061
|
-
input: this.input,
|
|
10062
10050
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10063
10051
|
requestChecksumRequired: true
|
|
10064
10052
|
})
|
|
@@ -10082,7 +10070,6 @@ var _PutBucketTaggingCommand = class _PutBucketTaggingCommand extends import_smi
|
|
|
10082
10070
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10083
10071
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10084
10072
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10085
|
-
input: this.input,
|
|
10086
10073
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10087
10074
|
requestChecksumRequired: true
|
|
10088
10075
|
})
|
|
@@ -10106,7 +10093,6 @@ var _PutBucketVersioningCommand = class _PutBucketVersioningCommand extends impo
|
|
|
10106
10093
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10107
10094
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10108
10095
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10109
|
-
input: this.input,
|
|
10110
10096
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10111
10097
|
requestChecksumRequired: true
|
|
10112
10098
|
})
|
|
@@ -10130,7 +10116,6 @@ var _PutBucketWebsiteCommand = class _PutBucketWebsiteCommand extends import_smi
|
|
|
10130
10116
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10131
10117
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10132
10118
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10133
|
-
input: this.input,
|
|
10134
10119
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10135
10120
|
requestChecksumRequired: true
|
|
10136
10121
|
})
|
|
@@ -10155,7 +10140,6 @@ var _PutObjectAclCommand = class _PutObjectAclCommand extends import_smithy_clie
|
|
|
10155
10140
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10156
10141
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10157
10142
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10158
|
-
input: this.input,
|
|
10159
10143
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10160
10144
|
requestChecksumRequired: true
|
|
10161
10145
|
}),
|
|
@@ -10182,7 +10166,6 @@ var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Com
|
|
|
10182
10166
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10183
10167
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10184
10168
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10185
|
-
input: this.input,
|
|
10186
10169
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10187
10170
|
requestChecksumRequired: false
|
|
10188
10171
|
}),
|
|
@@ -10209,7 +10192,6 @@ var _PutObjectLegalHoldCommand = class _PutObjectLegalHoldCommand extends import
|
|
|
10209
10192
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10210
10193
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10211
10194
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10212
|
-
input: this.input,
|
|
10213
10195
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10214
10196
|
requestChecksumRequired: true
|
|
10215
10197
|
}),
|
|
@@ -10234,7 +10216,6 @@ var _PutObjectLockConfigurationCommand = class _PutObjectLockConfigurationComman
|
|
|
10234
10216
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10235
10217
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10236
10218
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10237
|
-
input: this.input,
|
|
10238
10219
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10239
10220
|
requestChecksumRequired: true
|
|
10240
10221
|
}),
|
|
@@ -10259,7 +10240,6 @@ var _PutObjectRetentionCommand = class _PutObjectRetentionCommand extends import
|
|
|
10259
10240
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10260
10241
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10261
10242
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10262
|
-
input: this.input,
|
|
10263
10243
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10264
10244
|
requestChecksumRequired: true
|
|
10265
10245
|
}),
|
|
@@ -10284,7 +10264,6 @@ var _PutObjectTaggingCommand = class _PutObjectTaggingCommand extends import_smi
|
|
|
10284
10264
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10285
10265
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10286
10266
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10287
|
-
input: this.input,
|
|
10288
10267
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10289
10268
|
requestChecksumRequired: true
|
|
10290
10269
|
}),
|
|
@@ -10309,7 +10288,6 @@ var _PutPublicAccessBlockCommand = class _PutPublicAccessBlockCommand extends im
|
|
|
10309
10288
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10310
10289
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10311
10290
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10312
|
-
input: this.input,
|
|
10313
10291
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10314
10292
|
requestChecksumRequired: true
|
|
10315
10293
|
})
|
|
@@ -10333,7 +10311,6 @@ var _RestoreObjectCommand = class _RestoreObjectCommand extends import_smithy_cl
|
|
|
10333
10311
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10334
10312
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10335
10313
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10336
|
-
input: this.input,
|
|
10337
10314
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10338
10315
|
requestChecksumRequired: false
|
|
10339
10316
|
}),
|
|
@@ -10388,7 +10365,6 @@ var _UploadPartCommand = class _UploadPartCommand extends import_smithy_client.C
|
|
|
10388
10365
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10389
10366
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10390
10367
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10391
|
-
input: this.input,
|
|
10392
10368
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10393
10369
|
requestChecksumRequired: false
|
|
10394
10370
|
}),
|
|
@@ -17,7 +17,6 @@ export class DeleteObjectsCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -20,7 +20,6 @@ export class GetObjectCommand extends $Command
|
|
|
20
20
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
21
21
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
22
22
|
getFlexibleChecksumsPlugin(config, {
|
|
23
|
-
input: this.input,
|
|
24
23
|
requestChecksumRequired: false,
|
|
25
24
|
requestValidationModeMember: "ChecksumMode",
|
|
26
25
|
responseAlgorithms: ["CRC32", "CRC32C", "SHA256", "SHA1"],
|
|
@@ -17,7 +17,6 @@ export class PutBucketAccelerateConfigurationCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: false,
|
|
23
22
|
}),
|
|
@@ -17,7 +17,6 @@ export class PutBucketAclCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -17,7 +17,6 @@ export class PutBucketCorsCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -18,7 +18,6 @@ export class PutBucketEncryptionCommand extends $Command
|
|
|
18
18
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
19
19
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20
20
|
getFlexibleChecksumsPlugin(config, {
|
|
21
|
-
input: this.input,
|
|
22
21
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
23
22
|
requestChecksumRequired: true,
|
|
24
23
|
}),
|
|
@@ -18,7 +18,6 @@ export class PutBucketLifecycleConfigurationCommand extends $Command
|
|
|
18
18
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
19
19
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20
20
|
getFlexibleChecksumsPlugin(config, {
|
|
21
|
-
input: this.input,
|
|
22
21
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
23
22
|
requestChecksumRequired: true,
|
|
24
23
|
}),
|
|
@@ -17,7 +17,6 @@ export class PutBucketLoggingCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -17,7 +17,6 @@ export class PutBucketOwnershipControlsCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestChecksumRequired: true,
|
|
22
21
|
}),
|
|
23
22
|
];
|
|
@@ -17,7 +17,6 @@ export class PutBucketPolicyCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -17,7 +17,6 @@ export class PutBucketReplicationCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -17,7 +17,6 @@ export class PutBucketRequestPaymentCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -17,7 +17,6 @@ export class PutBucketTaggingCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -17,7 +17,6 @@ export class PutBucketVersioningCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -17,7 +17,6 @@ export class PutBucketWebsiteCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -18,7 +18,6 @@ export class PutObjectAclCommand extends $Command
|
|
|
18
18
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
19
19
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20
20
|
getFlexibleChecksumsPlugin(config, {
|
|
21
|
-
input: this.input,
|
|
22
21
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
23
22
|
requestChecksumRequired: true,
|
|
24
23
|
}),
|
|
@@ -20,7 +20,6 @@ export class PutObjectCommand extends $Command
|
|
|
20
20
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
21
21
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
22
22
|
getFlexibleChecksumsPlugin(config, {
|
|
23
|
-
input: this.input,
|
|
24
23
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
25
24
|
requestChecksumRequired: false,
|
|
26
25
|
}),
|
|
@@ -17,7 +17,6 @@ export class PutObjectLegalHoldCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -17,7 +17,6 @@ export class PutObjectLockConfigurationCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -17,7 +17,6 @@ export class PutObjectRetentionCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -17,7 +17,6 @@ export class PutObjectTaggingCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -17,7 +17,6 @@ export class PutPublicAccessBlockCommand extends $Command
|
|
|
17
17
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
19
|
getFlexibleChecksumsPlugin(config, {
|
|
20
|
-
input: this.input,
|
|
21
20
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
22
21
|
requestChecksumRequired: true,
|
|
23
22
|
}),
|
|
@@ -18,7 +18,6 @@ export class RestoreObjectCommand extends $Command
|
|
|
18
18
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
19
19
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20
20
|
getFlexibleChecksumsPlugin(config, {
|
|
21
|
-
input: this.input,
|
|
22
21
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
23
22
|
requestChecksumRequired: false,
|
|
24
23
|
}),
|
|
@@ -20,7 +20,6 @@ export class UploadPartCommand extends $Command
|
|
|
20
20
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
21
21
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
22
22
|
getFlexibleChecksumsPlugin(config, {
|
|
23
|
-
input: this.input,
|
|
24
23
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
25
24
|
requestChecksumRequired: false,
|
|
26
25
|
}),
|
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.
|
|
4
|
+
"version": "3.697.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",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@aws-sdk/credential-provider-node": "3.696.0",
|
|
34
34
|
"@aws-sdk/middleware-bucket-endpoint": "3.696.0",
|
|
35
35
|
"@aws-sdk/middleware-expect-continue": "3.696.0",
|
|
36
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
36
|
+
"@aws-sdk/middleware-flexible-checksums": "3.697.0",
|
|
37
37
|
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
38
38
|
"@aws-sdk/middleware-location-constraint": "3.696.0",
|
|
39
39
|
"@aws-sdk/middleware-logger": "3.696.0",
|