StorafleetStorafleet

/// CONNECT A PROVIDER / FASTLY OBJECT STORAGE

Fastly Object Storage

Fastly Object Storage is S3-compatible and authenticates with an Access Key and Secret Key. It requires path-style addressing, and the region is embedded in the endpoint host.

Don't have a bucket yet? Create one first →

What you need

  • An Access Key and Secret Key from a Fastly Object Storage key.
  • The bucket name and the region — the region name is part of the endpoint host (Fastly has 11 GA regions).

Create API keys

  1. In the Fastly control panel, go to ResourcesObject Storage.
  2. Click Create key and set the key's scope — access is controlled per key, not per bucket.
  3. Copy the Access Key and Secret Key.

Endpoint & region

https://<REGION>.object.fastlystorage.app — for example https://us-east.object.fastlystorage.app. The region name is embedded in the host, so set the region to exactly match it. Path-style addressing is required (virtual-hosted bucket URLs are rejected).

Connect the Fleet

  1. From the Fleet page, click Create Fleet and pick Access Keys; enter a name, the bucket name, and the region.
  2. Paste the Access Key and Secret Key.
  3. Set the endpoint to https://<REGION>.object.fastlystorage.app and connect.

Supported features

Fastly Object Storage supports a minimal S3 op set — object upload/download, multipart, and listing. Access is controlled by per-key scope rather than bucket configuration. Versioning, lifecycle, CORS, bucket policy, object tags, Object Lock, and storage classes are not supported.

Fastly requires path-style addressing, and the signing region must match the region in the endpoint host. storafleet handles path-style automatically.