hakanensari / jeff

Minimum-viable Amazon Web Services client
MIT License
24 stars 12 forks source link

Compitability with PA API version 5 #9

Closed skatkov closed 5 years ago

skatkov commented 5 years ago

I've been looking into changes needed to migrate to new API and there is this line in Features section

Requests are signed with the more secure and recommended signature version 4 signing process over signature version 2.

There is a bit more info on how this new method of signature works here: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html

Since my project depends on this library. I identified this as a great starting point to migrate to v5. I'll try to provide changes in a separate pull request.

hakanensari commented 5 years ago

It is better to switch to Amazon's own library.

skatkov commented 5 years ago

@hakanensari I just wanted to purpose the same thing \m/

https://rubygems.org/gems/aws-sigv4