Support streaming uploads of file-like objects #1909
Labels
api: storage
Issues related to the Cloud Storage API.
type: question
Request for information or clarification. Not an issue.
How can we upload a file-like object (such as an http response, with an unknown content-length) without writing the file to disk or storing the entire file in-memory?
Seems like the
upload_from_file
option accepts a file-like object but enforces thesize
parameter (which isn't available in case of streaming uploads).The text was updated successfully, but these errors were encountered: