Skip to content

Conversation

@dhermes
Copy link
Contributor

@dhermes dhermes commented May 5, 2017

No description provided.

@dhermes dhermes added the api: storage Issues related to the Cloud Storage API. label May 5, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 5, 2017
@dhermes
Copy link
Contributor Author

dhermes commented May 5, 2017

Was #3375

@dhermes
Copy link
Contributor Author

dhermes commented May 9, 2017

@tseaver @lukesneeringer Can I get a review here?

bucket_path=self.bucket.path)
upload = MultipartUpload(upload_url, headers=headers)

if num_retries is not None:

This comment was marked as spam.

This comment was marked as spam.

bucket_path=self.bucket.path)
upload = ResumableUpload(upload_url, chunk_size, headers=headers)

if num_retries is not None:

This comment was marked as spam.

This comment was marked as spam.


@mock.patch(u'google.resumable_media._upload.get_boundary',
return_value=b'==0==')
def test__do_multipart_upload_with_retry(self, mock_get_boundary):

This comment was marked as spam.

This comment was marked as spam.

@dhermes dhermes merged commit ff4f492 into googleapis:master May 10, 2017
@dhermes dhermes deleted the add-back-storage-retries2 branch May 10, 2017 18:12
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.

4 participants