developmentseed / obstore

Simple, fast integration with Amazon S3, Google Cloud Storage, Azure Storage, and S3-compliant APIs like Cloudflare R2
https://developmentseed.org/obstore
MIT License
146 stars 3 forks source link

Streaming uploads #47

Open kylebarron opened 4 weeks ago

kylebarron commented 4 weeks ago

We should allow async iterator input into put / put_file / put_multipart (whatever we end up calling it). Then we can pass the result of get directly into put and have streaming transfers from one store to another.