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

[object_store] Support MD5 checksum in attributes #6915

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tzembo
Copy link

@tzembo tzembo commented Dec 26, 2024

Which issue does this PR close?

Closes #6914

Rationale for this change

I would like AWS, Azure, and GCP to validate the data integrity of my uploaded objects. All three providers allow doing so by providing a Content-MD5 header with a 128-bit base64-encoded digest.

What changes are included in this PR?

See #6914

Are there any user-facing changes?

There's an additional Checksum attribute that can be set on requests.

@github-actions github-actions bot added the object-store Object Store Interface label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
object-store Object Store Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[object_store] Support adding MD5 checksum headers to validate object integrity
1 participant