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

Add back support for sigv4 overrides #382

Merged
merged 1 commit into from
Nov 19, 2014
Merged

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Nov 18, 2014

This allows you to change the signature version used when
signing requests for a particular service.

This isn't strictly needed to communicate with various endpoints,
any region specific signature versions are captured in _endpoints.json.
However, with S3 we sometimes need to switch to sigv4 even if it
otherwise wouldn't be required.

Looks like this code was still in botocore, it just was never updated to work with the
new v2 models. So this PR updates the handler to work with the new v2 format where
signature versions are specified in the metadata of a service (and is now camelCased).

cc @kyleknap @danielgtaylor

This allows you to change the signature version used when
signing requests for a particular service.

This isn't strictly needed to communicate with various endpoints,
any region specific signature versions are captured in _endpoints.json.
However, with S3 we sometimes need to switch to sigv4 even if it
otherwise wouldn't be required.
@kyleknap
Copy link
Contributor

LGTM 🚢

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