kindly opened a new issue, #173: URL: https://github.com/apache/arrow-rs-object-store/issues/173
**Describe the bug** When doing mulitipart uploads to s3, for larger files, I was getting lots of reqwest/hyper errors, e.g `broken pipe`, `tls handshake errors` and `channel closed`, meaning some large files become almost impossible to upload. This could be due to flaky internet or slow processing of data being uploaded. **To Reproduce** Hard to reproduce as they were intermittent failures and required large files or delays between requests. **Expected behaviour** Ability for the put requests/multiplart uploads to be retried for more failure cases. **Additional context** Pull request apache/arrow-rs#4120 does retries for more cases, which fixes these issues for me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
