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

Add stream method to object store

Open timteeee opened this issue 1 year ago • 2 comments
trafficstars

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 large objects that cannot reasonably fit into memory all at once.

timteeee avatar Oct 08 '24 12:10 timteeee