# AWS S3

Luden upports S3 ([AWS](https://aws.amazon.com/ru/s3/), [DigitalOcean](https://www.digitalocean.com/products/spaces/)) as a destination. The only difference between them is `endpoint` parameter in the configuration.

## Configuration

S3 destination config consists of the following schema:

```
destinations:
  my_s3:
    type: s3
    s3:
      access_key_id: abc123
      secret_access_key: secretabc123
      bucket: my-bucket
      region: us-west-1
      folder: my_s3_events
      endpoint: s3_provider_endpoint
      format: json
      compression: gzip
```


---

# 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://ciusji.gitbook.io/luden/configuration/destinations-conf/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.
