roeap / object-store-python

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

Async improvements #28

Open timteeee opened 1 month ago

timteeee commented 1 month ago

Here I am adding some overrides for the async methods on the ObjectStore class so they are just as permissive with PathLike inputs as their sync counterparts.

I also added a copy of the two tests that test the async methods the same way the sync methods are tested.