twisted / txaws

Twisted-based Asynchronous Libraries for Amazon Web Services and clouds that support the AWS APIs
MIT License
32 stars 18 forks source link

Implement Auth v4 #8

Closed exarkun closed 7 years ago

exarkun commented 7 years ago

http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html

Note at the end, "You should use Signature Version 4."

Implement this in a way that's generically usable by all future extensions to txAWS, rather than tied to specific API services like ec2 or s3.

exarkun commented 7 years ago

Fixed by #16