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

Make AWS auth signing find headers correctly #344

Merged
merged 1 commit into from
Nov 6, 2012
Merged

Conversation

nlf
Copy link
Contributor

@nlf nlf commented Oct 15, 2012

The AWS function was using 'content-type' as the header name, which causes access denied errors if the header is actually set as 'Content-Type' since it is an important part of the signing process.

To resolve it, I wrapped the header in a short case-insensitive getter to make sure they are always correctly set for the auth signing.

mikeal added a commit that referenced this pull request Nov 6, 2012
Make AWS auth signing find headers correctly
@mikeal mikeal merged commit c06c394 into request:master Nov 6, 2012
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