Closed skatkov closed 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.
It is better to switch to Amazon's own library.
@hakanensari I just wanted to purpose the same thing \m/
https://rubygems.org/gems/aws-sigv4
I've been looking into changes needed to migrate to new API and there is this line in Features section
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.