Tim Tonelli

Results 2 issues of Tim Tonelli

Branched off of https://github.com/roeap/object-store-python/pull/28 Here I am adding a new `stream` method to the `ObjectStore` class that returns a chunked stream over the bytes as an async iterator. Useful for...

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...