Addresses: #6035, #9003, #1724
Now that google-resumable-media 0.5.0 is released, update the Blob.download_* methods to add an optional raw_download argument (defaulting to False, for backward compatibility). If passed as True, use the appropriate RawDownload / RawChunkedDownload objects to perform the download.
Addresses: #6035, #9003, #1724
Now that
google-resumable-media 0.5.0is released, update theBlob.download_*methods to add an optionalraw_downloadargument (defaulting to False, for backward compatibility). If passed asTrue, use the appropriateRawDownload/RawChunkedDownloadobjects to perform the download.