Skip to main content
Amazon Simple Storage Service — the reference S3 implementation. Standard configuration with no custom endpoint.

At a Glance

Credentials

Create a secret with the AWS S3 provider type. The auth method is s3_access_key, which requires: Create the key for an IAM user with permission to list, read, write, and delete objects in the bucket — the same operations connection verification tests.
Temporary STS credentials are not supported — they require a session token, which DataRaven does not store. Use a long-lived IAM access key pair.

Location Setup

Example:

Importing from rclone.conf

AWS remotes appear in rclone.conf as type = s3 with provider = AWS. A type = s3 remote with no provider value is also assumed to be AWS S3. See the rclone import guide.