saibotsivad / aws-sig-v4-test-suite

Check your AWS V4 signing code against the official test suite.
1 stars 0 forks source link

Link to the AWS Signature V4 is broken #3

Open saibotsivad opened 4 years ago

saibotsivad commented 4 years ago

The link that went to the Sig V4 ZIP file containing the example requests and outputs has disappeared after a big AWS documentation update.

I've opened a support ticket to AWS through another paid channel, and expect to get this resolved within a few days.

saibotsivad commented 4 years ago

From an AWS support email:

The documentation team has advised that the zip file does still exist and can be found here: https://docs.aws.amazon.com/general/latest/gr/samples/aws-sig-v4-test-suite.zip . However, this file is no longer supported so the AWS Support Centre will be unable to assist with any issues that arise from using this.

That's a bit disappointing, but since the ZIP file is distributed under an Apache license it means that I can keep it in code here, and it's highly unlikely that the Signature V4 implementation is going to change, since it would break backwards compatibility.

saibotsivad commented 4 years ago

From a continued AWS support email:

The team has advised that you can use https://docs.aws.amazon.com/general/latest/gr/signature-v4-troubleshooting.html . It advises making test calls to an API and watching for common issues. They were unable to advise of anywhere which provides a similar test suite.