Support in-memory data for Transfer Manager download_chunks_concurrently and upload_chunks_concurrently #1341
Labels
api: storage
Issues related to the googleapis/python-storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
download_chunks_concurrently
andupload_chunks_concurrently
require you to provide a filename. Unfortunately I have bytes that are already in-memory and may not fit on disk (or it may be slow to persist it to disk) and can't use Transfer Manager as a result.A clear and concise description of what you want to happen.
download_chunks_concurrently
andupload_chunks_concurrently
but take a file-like object instead of a filenameThe text was updated successfully, but these errors were encountered: