# S3 Iceberg

{% hint style="info" %}
This connector is currently in beta.
{% endhint %}

To connect to your S3, the following information is necessary : **Aws access key id**, **Aws secret access key**, **Bucket name, Bucket region** and **Glue catalog database**. You can read the tutorial bellow on how to obtain these credentials.

The user of the generated access token must have the `AWSGlueConsoleFullAccess` and `AmazonS3FullAccess` access policy attached to them.

## Connect to Erathos

To connect Erathos to your Redshift:

1. **Create a New Destination**
   * Go to **Settings** > **Data Warehouse**.
   * Select **S3 Iceberg**.
2. **Fill Out the Form**
   * Input your credentials, such as **Aws access key id**, **Aws secret access key**, **Bucket name, Bucket region** and **Glue catalog database**.

{% hint style="info" %}
If you need help connecting to your PostgreSQL, reach out to our team at <support@erathos.com>.
{% endhint %}


---

# 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.erathos.com/destinations/s3-iceberg.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.
