Barre opened a new issue, #485: URL: https://github.com/apache/arrow-rs-object-store/issues/485
Like OpenDAL does, https://opendal.apache.org/docs/rust/opendal/layers/struct.TimeoutLayer.html `object_store` should have in addition to https://docs.rs/object_store/latest/object_store/client/struct.ClientOptions.html#method.with_timeout a `with_io_timeout` or similar setting that differentiates between "fast" requests (DELETE, LIST...) and requests that performs bandwidth intensive I/O operations. In the current state, a user with a slow connection will always hit timeouts even though they are getting data through. -- 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]
