Using @aws-sdk/signature-v4a to sign a sigv4 request? #7223
Unanswered
justin-masse
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In the aws-crt implementation of
@aws-sdk/signature-v4-multi-region
it would sign the request as "sigv4" if you did not set signing region to*
but with this new signature-v4a package if you set signing region to us-east-1 for example the signature is changed and it's adding thex-amz-region-set
header as us-east-1.I just want to confirm that this is still a valid sigv4 request? Or is this something where we need to specifically sign as sigv4 directly if signing region is not
*
by ourselves?Beta Was this translation helpful? Give feedback.
All reactions