FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Factoring out some Blob helpers. by dhermes · Pull Request #3357 · googleapis/google-cloud-python · GitHub

Factoring out some Blob helpers. - #3357

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:factor-out-some-blob-helpers
May 2, 2017
Merged

Factoring out some Blob helpers.#3357
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:factor-out-some-blob-helpers

Conversation

dhermes commented May 2, 2017

Copy link
Copy Markdown
Contributor

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.

dhermes added api: storage Issues related to the Cloud Storage API. hygiene labels May 2, 2017
googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 2, 2017
This is prep work for swapping out the upload implementation
to use `google-resumable-media`.
dhermes force-pushed the factor-out-some-blob-helpers branch from 74f8152 to ec38e51 Compare May 2, 2017 22:33
"""
return self.bucket.delete_blob(self.name, client=client)

def _make_transport(self, client):

This comment was marked as spam.

This comment was marked as spam.

_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 comment was marked as spam.

This comment was marked as spam.

dhermes merged commit 4e6e2b1 into googleapis:master May 2, 2017
dhermes deleted the factor-out-some-blob-helpers branch May 2, 2017 23:13
richkadel pushed a commit to richkadel/google-cloud-python that referenced this pull request May 6, 2017
This is prep work for swapping out the upload implementation to use `google-resumable-media`.
parthea pushed a commit that referenced this pull request Mar 9, 2026
This is prep work for swapping out the upload implementation to use `google-resumable-media`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storage Issues related to the Cloud Storage API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL