-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streaming uploads #47
Comments
This feature would be extremely helpful! We're really looking forward to it. Is there any update on this issue? |
I attempted it in #54. It compiles fine, but then appeared to hang in my manual tests. I'm not sure what the issue is and haven't had time to look back into it. If you're interested, you can go to that branch and test it out (you can just |
It turned out that the only reason for my errors in #54 was that I was hitting my request timeout. Raising the timeout shows that the PR does in fact work. |
You absolute legend @kylebarron! If we ever meet in person I owe you a 6 pack 🍻 |
We should allow async iterator input into
put
. Then we can pass the result ofget
directly intoput
and have streaming transfers from one store to another.The text was updated successfully, but these errors were encountered: