Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information