AWS Signature

This is an example of the AWS Signature:

{
  "content_type": "application/x-www-form-urlencoded"
}

Authentication Config and Form

{
  "aws_request_signing": {
    "access_key": {
      "title": "AWS Access Key",
      "type": "text",
      "required": true
    },
    "secret_key": {
      "title": "AWS Secret Key",
      "type": "password",
      "required": true
    },
    "region": {
      "title": "Region",
      "type": "text",
      "required": true,
      "placeholder": "eu-central-1",
      "default": "eu-central-1"
    },
    "api_endpoint": {
      "title": "API Endpoint",
      "type": "text",
      "required": true,
      "placeholder": "Your custom API Endpoint"
    }
  }
}

Last updated