aws s3 sync should retry multipart uploads that fail on ECONNRESET
Open
feature-request
p3
s3sync
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
If you're uploading a sufficiently large file, on a sufficiently spotty network, you're bound to get an ECONNRESET sooner or later.
It'd be great if `aws s3 sync` was resllient to this and could retry multipart uploads which error'd.
This is basically the same issue as https://github.com/aws/aws-sdk-go/issues/2737
Contributor guide
Assessment
This issue has not been assessed yet.