Skip to main content
Fastly’s S3-compatible object storage. Region names look like AWS’s but are Fastly’s own, and the S3 API only works with full-access keys.

At a Glance

Credentials

Create a secret with the Fastly Object Storage provider type. The auth method is fastly_access_key, which requires:
Fastly’s S3-compatible API requires an access key with full access to all buckets and read/write scope — per-bucket or read-only keys do not work with the S3 API. Treat Fastly secrets accordingly: the key grants account-wide object storage access.

Location Setup

Example:

Provider Quirks

  • Region names are Fastly’s own. They resemble AWS region names but are not the same set — note eu-central has no -1 suffix.
  • Bucket names cannot start with fst or fastly — those prefixes are reserved.

Importing from rclone.conf

Fastly remotes appear in rclone.conf as type = s3 with provider = Fastly. See the rclone import guide.