diff --git a/crt/aws-c-common b/crt/aws-c-common index fadfef492..7a6f5df20 160000 --- a/crt/aws-c-common +++ b/crt/aws-c-common @@ -1 +1 @@ -Subproject commit fadfef492042ae53387d4369a6de652c930a5be4 +Subproject commit 7a6f5df201cb4b1910932ea3221de83edaa39880 diff --git a/crt/aws-c-s3 b/crt/aws-c-s3 index 337155f6c..33b8cd07c 160000 --- a/crt/aws-c-s3 +++ b/crt/aws-c-s3 @@ -1 +1 @@ -Subproject commit 337155f6c07d39e61234e705ed6e58c31d4841eb +Subproject commit 33b8cd07c53068e1408f85ae956c44c9753df0f3 diff --git a/crt/aws-lc b/crt/aws-lc index 634f19ab6..dd5948b5a 160000 --- a/crt/aws-lc +++ b/crt/aws-lc @@ -1 +1 @@ -Subproject commit 634f19ab6a4808fae59f3312ca397927653ee27f +Subproject commit dd5948b5a55f5dc5f0db9bbfa0e21c35d9e820e2 diff --git a/src/main/java/software/amazon/awssdk/crt/s3/ChecksumConfig.java b/src/main/java/software/amazon/awssdk/crt/s3/ChecksumConfig.java index 4e5f2f30d..d3d9e1dc2 100644 --- a/src/main/java/software/amazon/awssdk/crt/s3/ChecksumConfig.java +++ b/src/main/java/software/amazon/awssdk/crt/s3/ChecksumConfig.java @@ -114,7 +114,7 @@ public boolean getValidateChecksum() { * The list of algorithms for user to pick up when validate the checksum. Client * will pick up the algorithm from the list with the priority based on * performance, and the algorithm sent by server. The priority based on - * performance is [CRC32C, CRC32, SHA1, SHA256]. + * performance is [CRC64NVME, CRC32C, CRC32, SHA1, SHA256]. * * If the response checksum was validated by client, the result will indicate * which algorithm was picked.