# S3 Compatible

### Pre-requisites <a href="#pre-requisites" id="pre-requisites"></a>

* Bucket for storing logs
* IAM access key and secret key which has permissions to upload files to the bucket
* Endpoint for the S3 compatible object store service
* Region setting for the S3 compatible object store service

### Steps for creating S3 Compatible Forwarding <a href="#steps-for-creating-s3-compatible-forwarding" id="steps-for-creating-s3-compatible-forwarding"></a>

* Navigate to `create forwarder` page
* Select S3 compatible
* Click on `Create Forwarder`
* Provide forwarder name
* Provide access key, secret key, region, bucket name and endpoint for the bucket
* Click `Create` button

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

The S3 Compatible Forwarder can now be mapped to any data flow. The S3 Compatible forwarder breaks the data into smaller objects based on the object size configuration. The default object size is set to 4MB and can be changed while creating the forwarder.


---

# 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.apica.io/flow/list-of-forwarders/s3-compatible.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.
