# Storage

File injection to containers is possible with the Storage function. It's S3 API compatible, as of now only Azure Blob Storage isn't supported.

{% hint style="warning" %}
Storage capabilities don't cover configuration backup storage. It's sole purpose is to offer a way for [**file injection**](https://docs.dyrector.io/tutorials/inject-files-to-a-container).
{% endhint %}

<figure><img src="https://315393028-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCNvxW8k55ZlpJfMk8Oep%2Fuploads%2FAVqfgug0ZoPkhKE6oLge%2Fdyrector-io-storages.png?alt=media&#x26;token=5daca9ee-0e43-400f-b78d-8cd43c48c2c7" alt=""><figcaption></figcaption></figure>

We decided to go with S3 API compatible storages as it’s one of the most popular technologies that offer interoperability with a fair number of open-source projects. They represent a bunch of functions as flat structure file storages, including versioning, different types of access control, and so on.

One example of S3 API use cases is to upload the object via a REST endpoint and the object will be available through a simple URL.

Amazon's S3 solution isn’t open-source but a few S3 API compatible open-source implementations are listed below:

* MinIO,
* OpenIO,
* Scality.

{% hint style="info" %}
You can set up the S3 implementations mentioned above as Docker containers. Find out how in the [**Tutorials**](https://docs.dyrector.io/tutorials) section.
{% 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.dyrector.io/features/storage.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.
