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

fix for issue #783 #784

Merged
merged 1 commit into from
Aug 2, 2016
Merged

Conversation

ColourboxDevelopment
Copy link

A regression was introduced in commit bae4e52 (relating to issue #743) that broke glacier's UploadMultpartPart. I'm not 100% sure what's going on here, but it appears that glacier has the same signer-v4 exceptions as s3?

Fix #783

a regression was introduced in commit
bae4e52 (relating to issue aws#743) that
broke glacier's UploadMultpartPart. I'm not 100% sure what's going on
here, but it appears that glacier has the same signer-v4 exceptions as
s3?
@ColourboxDevelopment
Copy link
Author

ColourboxDevelopment commented Aug 2, 2016

There are two more if service is s3 checks in v4.go.. I don't know if those relate to glacier as well?

@jasdel
Copy link
Contributor

jasdel commented Aug 2, 2016

Thanks for creating the PR @ColourboxDevelopment. The change looks good and I verified it locally.

The other customizations are specific S3. The URI path escaping is specific to S3, and Glacier doesn't support the "UNSIGNED-PAYLOAD" body hash substitution for pre-signed requests.

@jasdel jasdel merged commit 9f15677 into aws:master Aug 2, 2016
jasdel added a commit that referenced this pull request Aug 2, 2016
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.

3 participants