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

support Signature Version 4 #2

Open
ToddBradley opened this issue Jan 24, 2019 · 2 comments
Open

support Signature Version 4 #2

ToddBradley opened this issue Jan 24, 2019 · 2 comments

Comments

@ToddBradley
Copy link

It seems this library only supports the old AWS signature version 2 protocol, and not version 4. Is that right?

@tleonhardt
Copy link

tleonhardt commented Mar 16, 2019

This plugin for httpie currently depends on the outdated and unsupported python-requests-aws plugin for requests.

There is a much newer requests plugin with excellent support for Signature Version 4: aws-requests-auth.

So in theory, if that dependency were to be swapped out for the newer one, then SigV4 support should come pretty easily. A side benefit would be that this plugin would no longer be limited to working just with S3 - it should work with essentially all AWS services.

@aidan-
Copy link

aidan- commented Mar 20, 2019

Hopefully not an inappropriate plug, but I wrote Sig4 version of this authentication plugin a little while ago. Hopefully it useful for you!

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

No branches or pull requests

3 participants