-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
How to disable Content-MD5 header with S3 PutObject request #2933
Comments
@vbrajyaguru
|
@jmklix any updates on this? |
Sorry, but no updates as of now. It's still in our backlog |
hey sorry for the delay, you can read about the changes in checksumming behavior in #3253 we also updated some documentation on how this can be achieved, please reference "An API that has checksum when supported and you wish to send no checksum at all with the request" section on how to disable object integrity checks all together, however it is not recommended. resolving, let us know if you have any more questions. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Discussed in #2926
Originally posted by vbrajyaguru April 15, 2024
Hello,
I'm looking for a way to disable content verification on uploads. I'm using
PutObjectRequest
and setChecksumAlgorithm::NOT_SET
but the request still generated content-md5 header.Aws SDK 1.11.293
SLES 15 SP4
The text was updated successfully, but these errors were encountered: