BucketAccess | Tigris Object Storage Documentation

BucketAccess

Access permissions for a bucket. The role assigned to the access key defines the permissions (read, write, admin) for the associated bucket.

bucket_name string required
Name of the bucket

role string required
The role defines the permissions for the associated bucket:

Example:

{
    "bucket_name": "*",
    "role": "Admin"
}

Possible values: [ReadOnly, Editor, Admin]

BucketAccess

{
  "bucket_name": "string",
  "role": "ReadOnly"
}