> For the complete documentation index, see [llms.txt](https://docs.influxtechnology.com/support_guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.influxtechnology.com/support_guides/rexgen-series-product-manuals/rexgen-air-cloud-usage-guides/cloud-usage-guides-for-rexgen-air-device/self-hosting-with-rexgen-air-minio/step-3-create-bucket.md).

# Step 3 - Create Bucket

Click the 'Buckets' option and then the 'Create a Bucket' tab.

<figure><img src="/files/cDPcpdnBBgtYOOWtF5N0" alt=""><figcaption><p>\</p></figcaption></figure>

Specify the Bucket details.

* Bucket Name: Name the bucket (as desired) after reading the bucket naming rules.
* Versioning: allows multiple versions of the same object to be kept under the same key.

<figure><img src="/files/eBXskA7c30F7rqVA56a9" alt=""><figcaption></figcaption></figure>

* Object Locking:  prevents objects from being deleted. Required to support retention and legal hold. It can only be enabled at bucket creation.
* Quota: limits the amount of data in the bucket.

<figure><img src="/files/RaVqWEFnlcsrzAG6w3YG" alt=""><figcaption></figcaption></figure>

* Retention imposes rules to temporarily prevent object deletion. Versioning must be enabled to set bucket retention policies.

<figure><img src="/files/cj8FwswlG3zTvVj01May" alt=""><figcaption></figcaption></figure>

After entering all the details, click 'Create Bucket'.

<figure><img src="/files/m9DaQ9t1eWf69mMyL9e4" alt=""><figcaption></figcaption></figure>

&#x20;Once the bucket is created, its properties can be accessed by simply clicking on its name.

<figure><img src="/files/FCxlIlTGZgx9yaqswn3M" alt=""><figcaption></figcaption></figure>

Click on the bucket name to add/upload a file to the bucket.

<figure><img src="/files/Ux9EJ3Qnx5dFORPmL0Ln" alt=""><figcaption></figcaption></figure>

Click the 'Upload' tab to upload any file/folder to the bucket.

<figure><img src="/files/Xrbs2sod71VReKeyfFgr" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.influxtechnology.com/support_guides/rexgen-series-product-manuals/rexgen-air-cloud-usage-guides/cloud-usage-guides-for-rexgen-air-device/self-hosting-with-rexgen-air-minio/step-3-create-bucket.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
