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

aws/signer/v4: Correct V4 presign signature to include content sha25 in URL #1469

Merged
merged 3 commits into from
Aug 15, 2017

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Aug 14, 2017

Updates the V4 signer so that when a Presign is generated the
X-Amz-Content-Sha256 header is added to the query string instead of
being required to be in the header. This allows you to generate
presigned URLs for GET requests, e.g S3.GetObject that do not require
additional headers to be set by the downstream users of the presigned
URL.

Related to #1467

jasdel added 2 commits August 15, 2017 12:59
…in url

Updates the V4 signer so that when a Presign is generated the
X-Amz-Content-Sha256 header is added to the query string instead of
being required to be in the header. This allows you to generate
presigned URLs for GET requests, e.g S3.GetObject that do not require
additional headers to be set by the downstream users of the presigned
URL.

Related to aws#1467
@jasdel jasdel force-pushed the bug/PresignedRequest branch from ba9ad9c to ab0b0f3 Compare August 15, 2017 20:58
@jasdel jasdel merged commit 353c163 into aws:master Aug 15, 2017
@jasdel jasdel deleted the bug/PresignedRequest branch August 15, 2017 22:45
jasdel added a commit that referenced this pull request Aug 15, 2017
@awstools awstools mentioned this pull request Aug 16, 2017
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