itytophile commented on issue #4534: URL: https://github.com/apache/arrow-rs/issues/4534#issuecomment-1646299027
Wrapping `AmazonS3` in `Arc` adds a level of indirection that can be avoided. I think this is quite common for libraries to implement `Clone` for a struct that contains `Arc`; `Client` in the `reqwest` crate or `Pool<T>` in the `sqlx` crate. -- 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]
