AWS Signature
Generic extractor allows signaturing requests by AWS. Signature is the process to add authentication information to your requests. When you use AWS tools, extractor sign your API request.
A sample AWS signature configuration looks like this:
{ ..., "aws": { "signature": { "credentials": { "accessKeyId": "testAccessKey", "#secretKey": "testSecretKey", "serviceName": "testService", "regionName": "testRegion" } } }}See example [EX143].
AWS Signature Credentials
Section titled “AWS Signature Credentials”- accessKeyId --- AWS access key ID
- #secretKey --- AWS secret access key
- serviceName --- Signing to a particular service name
- regionName --- Signing to a particular region name