okigan / awscurl

curl-like access to AWS resources with AWS Signature Version 4 request signing.
MIT License
737 stars 91 forks source link

Split up signature generation steps and add tests #69

Closed sverch closed 4 years ago

sverch commented 4 years ago

This splits up the steps needed to generate the proper headers for AWS into separate functions, and adds unit tests for all the stages. Also fixes some linter errors from pylint.

Thanks for making this project! I want to do this in another language, and this will be a great reference.

sverch commented 4 years ago

@okigan Any other changes you'd like me to make?

okigan commented 4 years ago

i think it's good -- thanks for follow up