tustvold commented on issue #368: URL: https://github.com/apache/arrow-rs-object-store/issues/368#issuecomment-2887390417
Connection errors should actually end up on this line - https://docs.rs/crate/object_store/0.12.0/source/src/client/retry.rs#409 They will then be retried provided the request was idempotent, which in the case of a PUT request is if it is `PutMode::Overwrite`. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org