-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Retry S3 transfers on BadDigest error #1264
Comments
It sounds like you've had a discussion with Trevor about this, we'll take the retry on as a feature request. |
Yup, thanks! |
Added to feature request backlog. |
Reopening - deprecating usage of Feature Requests backlog markdown file. |
I haven't heard any reports of this still happening. By chance were you using a tempfile and not rewinding it? At the worst case, this error can be added to the list here. I am going to close this for now. |
As of recently, checksums are handled here: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-core/lib/aws-sdk-core/plugins/http_checksum.rb |
I have run into issues with BadDigest errors while running
upload_file
andput_object
where somehow, inexplicably, the MD5 of the content is incorrect. It would be nice if the SDK retried uploads with a BadDigest and while retrying recalculated the digest.Thanks!
The text was updated successfully, but these errors were encountered: