Files & storage
Set up Amazon S3
- In the AWS IAM console create a user (or role) with programmatic access.
- Attach a policy allowing s3:ListBucket on the bucket and s3:GetObject on its objects (limit it to the prefix you'll use).
- Create an access key for that user — you'll get an Access key ID and a Secret access key.
- Back here: Documents → Amazon S3, enter the bucket, its region and the keys; set a prefix to limit to a sub-folder; choose groups, Test, Sync.
Keys are write-only — never shown again after you save them. Use a read-only key scoped to just this bucket/prefix.
Was this page helpful?
Last updated 29 Aug 2026