# Object Store (S3 Compatible)

Apica Ascent can ingest data directly from any S3-compatible object storage. Head over to the Source Extensions to create an object importer app extension.

You can find **Source Extensions** under the Integrations menu.

Once inside the Source Extension menu, select **New Source Extension** and then **AWS S3/Compatible Object store**:

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

Create the extension and provide the settings for accessing your object store bucket. The settings menu provides options that allow customization that is specific to vendor object store implementations.

<figure><img src="/files/7Jpb9oCO8YP0e4pzbViK" alt=""><figcaption><p>Configuring access to the bucket</p></figcaption></figure>

And that is all you need. Your data from the Object store bucket will show up as a flow in the Apica Ascent platform

<figure><img src="/files/lYhzf10nM8GVUQtl0SK3" alt=""><figcaption><p>Viewing the object store data import in "Explore" as a Flow</p></figcaption></figure>

### Persisting data in the Object store after processing

By default, the s3 compat ingest plugin will pull all your files under the prefix you mentioned, push it to Apica Ascent, and it will remove the files which are processed. This section will help you to take a backup of your files.

S3 Compat will push all your files to a separate bucket before deleting them from the source bucket. To configure a bucket for taking a backup, you should provide the name of the bucket in the **destination bucket** form field in the input plugin modal. The files will be stored with the structure used in the source bucket.\\

<figure><img src="/files/MxlbjKA7V2KTsTNufCDn" alt=""><figcaption><p>Taking backup logs in a separate bucket</p></figcaption></figure>


---

# 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/integrations/list-of-integrations/object-store-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.
