Skip to content

Commit 57137b2

Browse files
committed
chore(supplemental-docs): links
1 parent 323d074 commit 57137b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supplemental-docs/MD5_FALLBACK.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Background
44

5-
In AWS SDK for JavaScript v3.729.0, we
6-
shipped a feature that changed default object integrity in S3.
5+
In AWS SDK for JavaScript [v3.729.0](https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.729.0), we
6+
shipped a feature that [changed default object integrity in S3](https://github.com/aws/aws-sdk-js-v3/issues/6810).
77
The SDKs now default to using more modern checksums (like CRC32) to ensure object integrity, whereas
88
previously MD5 checksums were being used. Some third-party S3-compatible services currently do not
99
support these checksums and require MD5 checksums. Furthermore, the [DeleteObjects operation in S3

0 commit comments

Comments
 (0)