object-store-python
object-store-python copied to clipboard
Add stream method to object store
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.