Skip to content

Conversation

@lukesneeringer
Copy link
Contributor

Fixes #3494.

@lukesneeringer lukesneeringer self-assigned this Aug 8, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 8, 2017
@dhermes
Copy link
Contributor

dhermes commented Aug 8, 2017

@lukesneeringer This is a very non-trivial change. It makes the default Resumable vs. Multipart and makes it unclear how a user might switch to Multipart (by explicitly setting chunk_size = None)

"""

def __init__(self, name, bucket, chunk_size=None, encryption_key=None):
def __init__(self, name, bucket, chunk_size=1024 * 1024 * 10,

This comment was marked as spam.

@lukesneeringer
Copy link
Contributor Author

Aha. That sounds important. You and Jon both seemed to be fine with it on #3494.
Is the correct answer still to change the default, and just document accordingly?

@dhermes
Copy link
Contributor

dhermes commented Aug 8, 2017

@lukesneeringer #3703 was the same as #3494 and #3713 fixed it

@lukesneeringer
Copy link
Contributor Author

Ah. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants