Skip to content

Commit 3a1db8f

Browse files
Update src/main/java/software/amazon/awssdk/crt/s3/ChecksumConfig.java
Co-authored-by: Dengke Tang <dengket@amazon.com>
1 parent efa4434 commit 3a1db8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/software/amazon/awssdk/crt/s3/ChecksumConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public boolean getValidateChecksum() {
114114
* The list of algorithms for user to pick up when validate the checksum. Client
115115
* will pick up the algorithm from the list with the priority based on
116116
* performance, and the algorithm sent by server. The priority based on
117-
* performance is [XXHASH128, XXHASH3,CRC64NVME, CRC32C, CRC32, XXHASH64, SHA512, SHA1, SHA256].
117+
* performance is [XXHASH128, XXHASH3,CRC64NVME, CRC32C, CRC32, XXHASH64, SHA512, SHA256, SHA1].
118118
*
119119
* If the response checksum was validated by client, the result will indicate
120120
* which algorithm was picked.

0 commit comments

Comments
 (0)