Skip to main content
By default, S3 authentication uses role-based access. You create an IAM role in your own AWS account that holds the read permissions described below, and our identity is granted permission to assume it. No long-lived credentials are shared, and you can revoke access at any time through your IAM settings.

Step 1: configure AWS authentication

Choose the authentication method that fits your security policy.
If your bucket policy restricts access by IP, allow the static IP so we can reach the bucket. Reach out to your account representative for the static IP address to use.

Step 2: submit your connection details

Provide the following details to complete the source setup:
  1. The name is a descriptive name of the source.
  2. The bucket name of the bucket you want to read from.
  3. The AWS region the bucket is hosted in.
  4. The authentication credentials from Step 1:
    • If using an IAM role: the role ARN.
    • If using AWS access keys: the access key ID and the secret access key.