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

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

I hope you don't mind I'm incorporating this PR into my alternative binding: https://github.com/developmentseed/object-store-rs/pull/11

kylebarron avatar Oct 18 '24 04:10 kylebarron

@kylebarron absolutely don't mind, please do!

timteeee avatar Oct 18 '24 12:10 timteeee