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

Only include x-amz-acl header for AWS #2356

Merged

Conversation

stanhu
Copy link
Contributor

@stanhu stanhu commented Dec 16, 2018

Even in AWS S3 compatibility mode, Google now appears to reject requests
that includes this header with this error:

Requests cannot specify both x-amz and x-goog headers

Even in AWS S3 compatibility mode, Google now appears to reject requests
that includes this header with this error:

```
Requests cannot specify both x-amz and x-goog headers
```
@stanhu
Copy link
Contributor Author

stanhu commented Dec 17, 2018

@mshibuya Would you mind reviewing this too? Build failures appear unrelated. I can't seem to reproduce them locally.

tigefa4u pushed a commit to tigefa4u/gitlabhq that referenced this pull request Dec 17, 2018
Even in AWS S3 compatibility mode, Google now appears to reject requests
that includes this header with this error:

```
Requests cannot specify both x-amz and x-goog headers
```

This has been submitted upstream via
carrierwaveuploader/carrierwave#2356.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53846.
tigefa4u pushed a commit to tigefa4u/gitlabhq that referenced this pull request Dec 17, 2018
Even in AWS S3 compatibility mode, Google now appears to reject requests
that includes this header with this error:

```
Requests cannot specify both x-amz and x-goog headers
```

This has been submitted upstream via
carrierwaveuploader/carrierwave#2356.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53846.
@stanhu
Copy link
Contributor Author

stanhu commented Dec 17, 2018

Ok, #2357 fixes the failing builds.

tigefa4u pushed a commit to tigefa4u/gitlabhq that referenced this pull request Dec 17, 2018
Even in AWS S3 compatibility mode, Google now appears to reject requests
that includes this header with this error:

```
Requests cannot specify both x-amz and x-goog headers
```

This has been submitted upstream via
carrierwaveuploader/carrierwave#2356.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53846.
@mshibuya mshibuya merged commit 500401c into carrierwaveuploader:master Dec 22, 2018
@mshibuya
Copy link
Member

Great, thanks!

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.

2 participants