> 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-5-adding-s3-settings.md).

# Step 5 - Adding S3 Settings

Click the 'Tools' tab in the Navigation bar and select 'Cloud Settings'.

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

In the Cloud Settings window, select the 'S3 'option and then select the 'New S3' option.

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

* **Region:** updates accordingly once the S3 type is entered.
* **S3 Type**: This allows users to select between AWS and compatible storage services (alternate S3 API-supported storage services).

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

* **Endpoint:** This allows the user to preview the END point.
* **S3 Connection Type**: Select Plain for HTTP connection and SSL for HTTPS.

<figure><img src="/files/4wScPDyV2DDc2bMYD0sG" alt=""><figcaption></figcaption></figure>

* **Port:** 9000 in case of min-Io.
* **Bucket:** Specify the bucket name from Mini-Io.
* **Access Key:** paste the access key for the min-Io account.
* **Secret Key:** paste the secret key for the min-Io account.

*\*Always format the logger's internal storage after sending a configuration with AWS enabled.*

{% hint style="info" %}

#### Note:

* Before continuing, ensure your logger is connected to the server with an existing configuration.
  {% endhint %}

Make the new configuration.

Connect the logger to the PC via USB. Status Bar will display the logger status and time information.


---

# 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-5-adding-s3-settings.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.
