Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose internal DynObjectStore from PyObjectStore struct #11

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

kylebarron
Copy link
Contributor

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.

geoarrow/geoarrow-rs#536 uses this PR on my branch and successfully reads a FlatGeobuf file from S3.

kylebarron added a commit to geoarrow/geoarrow-rs that referenced this pull request Mar 6, 2024
…ation (#536)

Fixes first problem in
#534. Uses my own branch
pending roeap/object-store-python#11

Todo:

- [x] Add minimal type hinting for `ObjectStore` class.
Copy link
Owner

@roeap roeap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@roeap roeap merged commit 6144879 into roeap:main Jun 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants