How to disable MD5 validation when other checksums are passed #3027
Unanswered
vivekvardhanadepu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If we are sending crc32 checksum by setting
x-amz-checksum-crc32
in the PutObjectRequest metadata, does the SDK still calculates MD5? Also, is it possible to disable MD5 validation without setting system flagcom.amazonaws.services.s3.disablePutObjectMD5Validation
. We want to disable MD5 validationonly
when CRC32 is passed. The system flag method disables validation for all the uploadsAWS SDK version: "1.12.268"
Beta Was this translation helpful? Give feedback.
All reactions