Skip to content
Keboola Docs

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].

  • accessKeyId --- AWS access key ID
  • #secretKey --- AWS secret access key
  • serviceName --- Signing to a particular service name
  • regionName --- Signing to a particular region name
Ask Kai

Ask anything about Keboola — I'll search the docs and cite the pages I use.