-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Support async iterators for data uploading on client #2802
Comments
aiobotocore is broken, I think publishing the feature as part of bugfix release is possible, nothing should be broken again. |
See #2557 discussion for |
Async iterators are done by #2873 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Generators look like much more native solution over
@aiohttp.streamer
decorator.Python 3.6 supports it out-of-the-box, on Python 3.5 users could install
async-generator
library.@streamer
should be deprecated.The text was updated successfully, but these errors were encountered: