BucketAccess
Access permissions for a bucket. The role assigned to the access key defines the permissions (read, write, admin) for the associated bucket.
-
ReadOnly
: Read-only access to the bucket. -
Editor
: Read and write access to the bucket. -
Admin
: Full access to all the buckets in org, including management of permissions. Since, this access key manages all the buckets, the value ofbucket_name
field should always be*
.Example:
{ "bucket_name": "*", "role": "Admin" }
bucket_namestringrequired
Name of the bucket
rolestringrequired
The role assigned to the access key defines the permissions (read, write, admin) for the associated bucket.
Possible values: [ReadOnly
, Editor
, Admin
]