awesterb opened a new issue, #723: URL: https://github.com/apache/arrow-rs-object-store/issues/723
Issue for the pull request **to-be-added**. **Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We're very happy with `object_store`, but to cut down on dependencies, we'd like `reqwest` to be optional. Currently, an alternative [`HttpConnector`](https://docs.rs/object_store/latest/object_store/client/trait.HttpConnector.html) can be provided, but the `reqwest` crate is always pulled in under the `cloud` feature (even if not used). **Describe the solution you'd like** Having alternative to the cloud features (aws, azure, ...) that do not pull in `reqwest`. **Describe alternatives you've considered** Maintaining our own fork of `object_store`. **Additional context** -- 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]
