roeap / object-store-python

Python bindings and arrow integration for the rust object_store crate.
Apache License 2.0
51 stars 8 forks source link

Include `http` feature on `object_store` #7

Open kylebarron opened 7 months ago

kylebarron commented 7 months ago

Right now the http feature is not included https://github.com/roeap/object-store-python/blob/4f0454f24addb4508da7fb485bb55bf251accbb8/object-store/Cargo.toml#L13-L18

We should include the http feature as well; it should be low impact. This should be a small PR; I'll wait until some of the other PRs have been merged.