> For the complete documentation index, see [llms.txt](https://docs.dabot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dabot.ai/creating-connections/aws-s3.md).

# AWS S3

### AWS S3

Simple Storage Service (S3) is an online data storage service provided by Amazon, which provides low-latency access through web services. For more information, see <https://aws.amazon.com/s3/>.

* **Read:** Supported
* **Write:** Supported

{% hint style="info" %}
Tip

Your S3 credentials may be available through your S3 administrator.

Acquire the Access Key ID and Secret Key for the S3 bucket you are connecting to.
{% endhint %}

### Steps to Create an S3 Connection

1. Login to the application
2. In the left navigation bar, click the Connection icon
3. Click the Create Connection button
4. Click the AWS S3 card
5. Fill in the following information \[\* denotes required filled]

| Property Name          | Description                                                                                                                               | Example                       |
| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- |
| Connection\*           | AWS S3 (pre-populated)                                                                                                                    |                               |
| Connection Name\*      | Provide a custom connection name                                                                                                          | S3 Prod Data                  |
| Connection Description | Provide a custom connection description (optional field)                                                                                  | S3 bucket for production data |
| Default Bucket         | This is a required field, if the secret key and access key has access only for a specific bucket. Please check with your S3 administrator | org-data-load                 |
| Access Key Id\*        | Access key to access the S3 bucket                                                                                                        |                               |
| Secret key\*           | Secret key to access the S3 bucket                                                                                                        |                               |
| Server Side Encryption | Defaulted to None                                                                                                                         |                               |

Click <img src="/files/oWJsvcNBJEoEEwaoLKkO" alt="" data-size="line">to validate the S3 connection

Click <img src="/files/82mkmF8UD0GFvpUuXMkt" alt="" data-size="line">to save the connection


---

# 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:

```
GET https://docs.dabot.ai/creating-connections/aws-s3.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.
