Skip to content

Commit 68562af

Browse files
committed
chore(supplemental-docs): md5 fallback for DeleteObjects update
1 parent cb0269b commit 68562af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

supplemental-docs/MD5_FALLBACK.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ In AWS SDK for JavaScript [v3.729.0](https://github.com/aws/aws-sdk-js-v3/releas
66
we shipped a feature that [changed default object integrity in
77
S3](https://github.com/aws/aws-sdk-js-v3/issues/6810). The SDKs now default to using more modern
88
checksums (like CRC32) to ensure object integrity, whereas previously MD5 checksums were being used.
9-
Some third-party S3-compatible services currently do not support these checksums. To our knowledge,
10-
this affects only the S3 `DeleteObjects` operation.
9+
Some third-party S3-compatible services currently do not support these checksums and require MD5 checksums. Furthermore, the `DeleteObjects` operation in S3 [requires a `Content-MD5` request header](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html) in which case too, you should use the MD5 fallback as noted below.
1110

1211
If you wish to fallback to the old behavior of sending MD5 checksums, for operations like
1312
`DeleteObjectsCommand` this is how you can do it in AWS SDK for JavaScript v3:

0 commit comments

Comments
 (0)