AWS signature v4 auth

Feature Request
Add the possibility to have authentication using AWS signature
https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html

Add the possibility to have authentication using AWS signature
https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html
Sign in to leave a comment.
This is needed for all Amazon APIs such as PAAPI and more. Very useful to have!
@Greg Schier any updates here, or perhaps you know if someone have made a plugin for it?
Body signing isn’t supported yet, but it should work for most things
https://yaak.app/blog/2025.7.0-beta.1
Thanks for this, but there is a bit to go for the PAAPI I assume?
I have successfully used the official crate to sign requests
https://crates.io/crates/aws-sigv4
Here is a web scratchpad where you can test calls out
https://webservices.amazon.com/paapi5/scratchpad/index.html
https://yaak.app/blog/2025.7.0