AccessKeyInfo | Tigris Object Storage Documentation

AccessKeyInfo

id string required

Access key ID

name string required

Name of the access key

status string required

Status of the access key.

Possible values: [Active, Inactive]

buckets_roles object[]

Array [

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]