You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to #1699 and #845. Boto3 doesn't make an integrity check of multipart uploads but it does send an md5 hash for each part so S3 will complain is there's a mismatch. I'm trying to find the code that does that in the boto3 and s3transfer code but I can't find it.
Could anyone point me to the code that's managing this part?
Thanks
The text was updated successfully, but these errors were encountered:
Yep. The md5's are calculated as a part of this handler registration which calls out to these functions to calculate the md5 of the request body and put it in the request header. Hope this helps!
Hi!
According to #1699 and #845. Boto3 doesn't make an integrity check of multipart uploads but it does send an md5 hash for each part so S3 will complain is there's a mismatch. I'm trying to find the code that does that in the boto3 and s3transfer code but I can't find it.
Could anyone point me to the code that's managing this part?
Thanks
The text was updated successfully, but these errors were encountered: