We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323d074 commit 57137b2Copy full SHA for 57137b2
supplemental-docs/MD5_FALLBACK.md
@@ -2,8 +2,8 @@
2
3
## Background
4
5
-In AWS SDK for JavaScript v3.729.0, we
6
-shipped a feature that changed default object integrity in S3.
+In AWS SDK for JavaScript [v3.729.0](https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.729.0), we
+shipped a feature that [changed default object integrity in S3](https://github.com/aws/aws-sdk-js-v3/issues/6810).
7
The SDKs now default to using more modern checksums (like CRC32) to ensure object integrity, whereas
8
previously MD5 checksums were being used. Some third-party S3-compatible services currently do not
9
support these checksums and require MD5 checksums. Furthermore, the [DeleteObjects operation in S3
0 commit comments