Object Storage Access Keys

This API manages access keys for use with the Object Storage product.

This API manages access keys for use with Fastly Object Storage.

Permissions

When access keys are created, they are assigned a set of permissions. These permissions can't be changed after the access key has been created.

  • read-write-admin - Full access to all buckets and objects.
  • read-only-admin - Read-only access to all buckets and objects.
  • read-write-objects - Read, write, and delete access to objects. This access can be limited to specific buckets.
  • read-only-objects - Read-only access to objects. This access can be limited to specific buckets.

Data model

bucketsarray
descriptionstringA description of the access key. Required.
permissionstringThe permissions granted to an access key. Required.
access_keystringGenerated access key.
created_atstringDate and time in ISO 8601 format. Read-only.
secret_keystringGenerated secret key.

Endpoints

List access keys

GET/resources/object-storage/access-keys

Create an access key

POST/resources/object-storage/access-keys

Get an access key

GET/resources/object-storage/access-keys/access_key

Delete an access key

DELETE/resources/object-storage/access-keys/access_key