Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(middleware-flexible-checksums): re-order checksum implementations based on performance #6500

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

trivikr
Copy link
Member

@trivikr trivikr commented Sep 20, 2024

Issue

Fixes: #6499

Description

Re-order checksum implementations based on performance

Testing

CI

The S3 backend doesn't sent multiple checksum values in the headers today. The checksum returned is for the value provided during putObject call. The existing implementation ensures that it goes through the priority order for selecting an algorithm if multiple checksum values are available.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@trivikr trivikr marked this pull request as ready for review September 20, 2024 19:09
@trivikr trivikr requested a review from a team as a code owner September 20, 2024 19:09
@trivikr trivikr merged commit 70db983 into aws:main Sep 20, 2024
4 checks passed
@trivikr trivikr deleted the update-flexible-checksums-priority-order branch September 20, 2024 19:38
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.

Rearrange SDK client supported checksum algorithms in the priority order of their performance
2 participants