| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This is prep work for swapping out the upload implementation to use `google-resumable-media`.
| """ | ||
| return self.bucket.delete_blob(self.name, client=client) | ||
|
|
||
| def _make_transport(self, client): |
| _DEFAULT_CONTENT_TYPE = u'application/octet-stream' | ||
| _DOWNLOAD_URL_TEMPLATE = ( | ||
| u'https://www.googleapis.com/download/storage/v1{path}?alt=media') | ||
| _CONTENT_TYPE = 'contentType' |
This is prep work for swapping out the upload implementation to use `google-resumable-media`.
This is prep work for swapping out the upload implementation to use `google-resumable-media`.
| Back | FazBrowse Home | New Git URL |
This is prep work for swapping out the upload implementation to use google-resumable-media.
I just wanted to get "unrelated" and non-controversial changes out of the way before a big PR.