object-store-python icon indicating copy to clipboard operation
object-store-python copied to clipboard

Expose internal `DynObjectStore` from `PyObjectStore` struct

Open kylebarron opened this issue 1 year ago • 0 comments

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.

kylebarron avatar Feb 26 '24 05:02 kylebarron