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

Support sending precalculated Content-MD5 header #1867

Closed

Commits on Aug 7, 2023

  1. Support sending precalculated Content-MD5 header

    We already have the MD5 of the content and want to send along the Content-MD5 header without minio-go having to recalculate the hash. With this PR we can set `SendContentMd5: false` and send our hash as `UserMetadata`.
    
    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    03e8414 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    2c1315f View commit details
    Browse the repository at this point in the history