Bucket Policies

Bucket policies govern the following bucket level authorizations:

Policy Privilege Resource Descriptor

Read Bucket

Allows users to read items in the bucket

resource="/buckets/<bucket-UUID>" action="R"

Write Bucket

Allows users to write items to the bucket

resource="/buckets/<bucket-UUID>" action="W"

Delete Bucket

Allows users to delete the bucket

resource="/buckets/<bucket-UUID>" action="D"