Issue for the pull request #724.
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 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
Issue for the pull request #724.
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 likereqwestto be optional. Currently, an alternativeHttpConnectorcan be provided, but thereqwestcrate is always pulled in under thecloudfeature (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