roeap / object-store-python

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

Expose internal `DynObjectStore` from `PyObjectStore` struct #11

Closed kylebarron closed 2 weeks ago

kylebarron commented 4 months ago

In geoarrow-rs I'm implementing parsers for geospatial file formats using object-store. I also have Python bindings, and it would be nice to reuse the builders in object-store-python, but I need direct access to the underlying object-store instance.

https://github.com/geoarrow/geoarrow-rs/pull/536 uses this PR on my branch and successfully reads a FlatGeobuf file from S3.