Open kylebarron opened 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.
put
put_file
put_multipart
get
We should allow async iterator input into
put
/put_file
/put_multipart
(whatever we end up calling it). Then we can pass the result ofget
directly intoput
and have streaming transfers from one store to another.