Skip to content
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

Fix s3_put_object retries in datastore/s3.py. Also fail gracefully if boto3 is not installed #288

Merged
merged 1 commit into from
Aug 18, 2020

Conversation

romain-intel
Copy link
Contributor

Uploads were not retried correctly since the buffer status was
not reset after the first attempt which led to an "IO on closed file"
error or an empty file being written to S3

Supersedes #234

… boto3 not installed in datatools

Uploads were not retried correctly since the buffer status was
not reset after the first attempt which led to an "IO on closed file"
error or an empty file being written to S3
@savingoyal savingoyal merged commit c9716b0 into master Aug 18, 2020
@savingoyal savingoyal deleted the fix-s3-datatools2 branch August 19, 2020 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants