/// 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.
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
- In the Fastly control panel, go to Resources → Object Storage.
- Click Create key and set the key's scope — access is controlled per key, not per bucket.
- 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
- From the Fleet page, click Create Fleet and pick Access Keys; enter a name, the bucket name, and the region.
- Paste the Access Key and Secret Key.
- Set the endpoint to
https://<REGION>.object.fastlystorage.appand 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.