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

GCS disable multipart upload #12

Merged
merged 2 commits into from
Jul 19, 2016
Merged

Conversation

coreyti
Copy link
Contributor

@coreyti coreyti commented Jul 19, 2016

The initial impetus for this change is the fact that GCS, in
"S3-compatibility mode", does not support multipart HTTP uploads.

Rather than provide a configuration option, we decided to embed
the logic internally using a blacklist of non-multipart-upload hosts. In
this way, consumers of s3cli do not need to know to set some
configuration when using GCS.

#126552613

Corey Innis added 2 commits July 19, 2016 16:15
The initial impetus for this change is the fact that GCS, in
"S3-compatibility mode", does not support multipart HTTP uploads.

Rather than provide a configuration option for this, we decided to embed
the logic internally using a blacklist of non-multipart-upload hosts. In
this way, consumers of `s3cli` do not need to know to set some
configuration when using GCS.

[#126552613](https://www.pivotaltracker.com/story/show/126552613)
@ljfranklin
Copy link
Contributor

LGTM

@ljfranklin ljfranklin merged commit f55967f into develop Jul 19, 2016
@cdutra cdutra deleted the gcs-disable-multipart-upload branch June 14, 2017 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants