How to disable Content-MD5 header with S3 PutObject request #2926
Answered
by
DmitriyMusatkin
vbrajyaguru
asked this question in
Q&A
-
Hello, I'm looking for a way to disable content verification on uploads. I'm using Aws SDK 1.11.293 |
Beta Was this translation helpful? Give feedback.
Answered by
DmitriyMusatkin
Apr 19, 2024
Replies: 1 comment 3 replies
-
Currently there is no way to send a request without a checksum. If you want I can change this to a feature request? If we do make this a feature request I'm not sure when it would be completed. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
are you using one of the algorithms currently provided by SDK (md5, crc32, crc32c, sha1 or sha256) for your own integrity verification solution? You could consider providing the value to SDK (that will avoid perfoming calculation on SDK side) as a work around for now.