Skip to content

Better checksum support#980

Merged
DmitriyMusatkin merged 22 commits intomainfrom
more_algos
Apr 16, 2026
Merged

Better checksum support#980
DmitriyMusatkin merged 22 commits intomainfrom
more_algos

Conversation

@DmitriyMusatkin
Copy link
Copy Markdown
Contributor

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Comment thread src/main/java/software/amazon/awssdk/crt/s3/ChecksumConfig.java Outdated

XXHASH128(9),

MD5(10);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we have md5 here, but not in c-s3?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

convenience for java team. they just cast their enum directly. c-s3 currently does not support it.

Co-authored-by: Dengke Tang <dengket@amazon.com>
@DmitriyMusatkin DmitriyMusatkin merged commit 3f949b3 into main Apr 16, 2026
95 of 101 checks passed
@DmitriyMusatkin DmitriyMusatkin deleted the more_algos branch April 16, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants