amazonka icon indicating copy to clipboard operation
amazonka copied to clipboard

AWS SigV4A

Open endgame opened this issue 3 years ago • 1 comments

S3 multi-region access points use a new type of signature algorithm, called SigV4A: https://shufflesharding.com/posts/aws-sigv4-and-sigv4a. We will have to support it at some point.

endgame avatar Aug 19 '22 01:08 endgame

AWS have more details here: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html#how-sigv4a-works and some signing examples at https://github.com/aws-samples/sigv4a-signing-examples

This is used for multi-region requests like S3 multi-region access points or the CloudFront Key-Value Store. And we can't make requests at those services until we support endpoint-rule-set-1.json in #901.

endgame avatar Oct 14 '24 03:10 endgame