-
Notifications
You must be signed in to change notification settings - Fork 12
Download and Upload using IO stream #154
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
Conversation
|
Side note is that |
Good point will do PR changing it. EDITED: |
kalisp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last commit solved my issue. Checked upload_file_from_stream seems that is not suffering from same issue.


Description
Added option to download file to BytesIO and upload file from BytesIO.
Additional information
Sometimes it might be handy to be able to download content from server without storing it to a file but only to memory, or upload file from memory.