Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing over Blob.upload*() methods to use google-resumable-media. #3362

Merged
merged 5 commits into from May 4, 2017

Commits on May 3, 2017

  1. Copy the full SHA
    8b1ae6d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. Adding unit tests for Blob.upload*() changes.

    In addition, switched over Blob.create_resumable_upload_session() to
    use google-resumable-media instead of using the vendored in
    `google.cloud.streaming` package.
    dhermes committed May 4, 2017
    Copy the full SHA
    113f4bb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9d229fa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    92be78f View commit details
    Browse the repository at this point in the history
  4. Adding chunk_size to Blob._initiate_resumable_upload.

    This is to avoid monkey-patching the instance when "pure" behavior
    will suffice.
    
    Also removed the transport from Blob._get_upload_arguments().
    dhermes committed May 4, 2017
    Copy the full SHA
    4fcbe8a View commit details
    Browse the repository at this point in the history