object-store-python
object-store-python copied to clipboard
Expose internal `DynObjectStore` from `PyObjectStore` struct
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.