Skip to main content

Amazon S3

Connect to Amazon S3 or S3-compatible storage such as MinIO.

Configuration

The following values are needed to connect to S3:

  • Access Key ID: Amazon access key ID
  • Secret Access Key: Amazon secret access key
  • Role ARN: Optional role to assume when reading or writing to S3.

File Formats

See supported file formats.

Connection Query Template

CREATE CONNECTION s3_connection
CONNECTION_TYPE = S3
AWS_ACCESS_KEY_ID = 'access_key_id'
AWS_SECRET_ACCESS_KEY = 'secret_access_key'
AWS_ROLE_ARN = 'arn'