flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
451 stars 175 forks source link

Send the content-md5 header for multipart uploads #184

Closed mariovisic closed 8 years ago

mariovisic commented 10 years ago

When uploading each part of a multipart upload, we can send the content-md5 header with the md5 digest of the chunk. When uploading, if the chunks contents do not match the md5 we have provided we'll be returned an error from AWS which will allow us to retry uploading the chunk.

runlevel5 commented 10 years ago

:+1: