# Specify permissions

There are a range of permissions that can be defined in a policy. The following is a list of permissions that apply to buckets that can be used.

<table><thead><tr><th width="231">Permissions</th><th>S3 REST API Operations</th></tr></thead><tbody><tr><td>s3:CreateBucket</td><td>PUT Bucket</td></tr><tr><td>s3:DeleteBucket</td><td>DELETE Bucket</td></tr><tr><td>s3:GetBucketLocation</td><td>GET Bucket location</td></tr><tr><td>s3:GetBucketPolicy</td><td>GET Bucket policy</td></tr><tr><td>s3:GetBucketTagging</td><td>GET Bucket tagging</td></tr><tr><td>s3:GetBucketVersioning</td><td>GET Bucket versioning</td></tr><tr><td>s3:ListAllMyBuckets</td><td>GET Service, GET Storage Usage</td></tr><tr><td>s3:ListBucket</td><td>GET Bucket (List Objects), HEAD Bucket, POST Object restore</td></tr><tr><td>s3:ListBucketVersions</td><td>GET Bucket versions</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.id/storage/deka-box/bucket-and-group-access-policies/specify-permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
