# Object Store Forwarding

You may want to store all the log messages as raw file, and you may want to use it in future for further processing.

Apica provides a forwarder plugin for forwarding messages to object store. The log messages are stored as text file in the object store where each text file will be having collection of logs messages.

The maximum file size in the object store for forwarding logs can be configured using the `Maximum forwarding object size` . You can also configure the interval for flushing logs to object store using the `flush to bucket interval`

So the logs will be pushed to object store either if the log messages have accumulated to `Maximum forwariding object size` or if the duration is exceed more than `flush to bucket interval`

These two values can be configured when creating any object store forwarder.

### Supported Object Store <a href="#supported-object-store" id="supported-object-store"></a>

* [Azure Blob Storage](https://docs.apica.io/~/revisions/umz18Ah0JHgRc4vRJUd1/flow/list-of-forwarders/azure-blob-storage)
* [Any S3 Compatible Object store](https://docs.apica.io/~/revisions/1DJle1Jex8V6QcP0VemS/flow/list-of-forwarders/s3-compatible)


---

# 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/object-store-forwarding.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.
