sigaws v0.6.0 Release Notes

  • 🛠 Fixes:

    • ✅ Enabled AWS Secure Token tests (post-sts-token). Use the AWS STS service to obtain temporary credentials and the corresponding session token. Use the temporary credentials to sign. The session token must be included as a request header or query string parameter X-Amz-Secure-Token.

    All AWS Signature V4 tests in the testsuite pass. (Exceptions: post-vanilla-query-nonunreserved and post-vanilla-query-space. These tests seem to be wrong.)

    AWS STS are supported only in request signing. They are not supported in the verifier (plug_sigaws).

    (AWS STS Ref)