aws-request-signer
aws-request-signer copied to clipboard
Scala library to sign HTTP requests to AWS services.
Hello, I am using MFA where temporary credentials are generated (with AWS_SESSION_TOKEN) and I cannot use AwsSigner to sign a request with a payload. Could you please advise how/if AwsSigner...
Code is tested, AWS successfully verify the calculated signature.
UNSIGNED-PAYLOAD as described [here](http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html) is not supported now. If you want I can make a PR. But adding this functionality will require some API modification. I suggest the following changes:...