> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-en/productos/object-storage.md).

# Object Storage

Object Storage is a high-capacity S3-compatible repository designed for software to store large volumes of data: backups, application files, exports, and logs.&#x20;

It is not managed by folders, but with tools that speak S3.

### Most consulted articles

1. [Integrate an S3 client](/docs-en/productos/object-storage/how-to/how-to-integrate-with-an-s3-client.md)
2. [Backup from QNAP to storage](/docs-en/productos/object-storage/how-to/how-to-back-up-qnap-to-object-storage.md)
3. [Map storage in QNAP](/docs-en/productos/object-storage/how-to/how-to-map-object-storage-to-qnap.md)
4. [Manual backup](/docs-en/support/tutorials/windows/how-to-back-up-gpos.md)
5. [Synchronize QNAP with storage](/docs-en/productos/object-storage/how-to/how-to-integrate-with-an-s3-client.md)
6. [Restore a backup to QNAP](/docs-en/productos/servers/how-to/how-to-restore-a-disk-backup.md)
7. [Buckets and objects](/docs-en/productos/object-storage/concepts/buckets-and-objects.md)
8. [Credentials and S3 access](/docs-en/productos/object-storage/details/credentials-and-s3-access.md)
9. [Compatible clients](/docs-en/productos/object-storage/details/compatible-clients.md)
10. [Resilience, encryption, and compliance](/docs-en/productos/object-storage/details/encryption-and-compliance.md)

### Explore Object Storage

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quick start</strong></td><td>Create your first repository and connect via S3.</td><td><a href="/pages/f1f32869399abfae9c6aed12e99e2530914dbb5e">/pages/f1f32869399abfae9c6aed12e99e2530914dbb5e</a></td></tr><tr><td><strong>Concepts</strong></td><td>Buckets and objects, S3 access, resilience, and security.</td><td><a href="/pages/11e9ce24314b905961576b20ddc71fa744f80304">/pages/11e9ce24314b905961576b20ddc71fa744f80304</a></td></tr><tr><td><strong>How-to</strong></td><td>Integrate S3 clients, protect your QNAP, and manage backups.</td><td><a href="/pages/d6280aa201f29f9e580e9bd8ca831d3b4dfb7344">/pages/d6280aa201f29f9e580e9bd8ca831d3b4dfb7344</a></td></tr><tr><td><strong>FAQ</strong></td><td>Quick answers to the most common questions about Object Storage.</td><td><a href="/pages/d6439c525f15aa118a49f032f94566f667bb4ede">/pages/d6439c525f15aa118a49f032f94566f667bb4ede</a></td></tr><tr><td><strong>Details</strong></td><td>Quota and regions, S3 credentials, compatible clients, and encryption.</td><td><a href="/pages/10c65d0940c792fee84844970283f91c32834864">/pages/10c65d0940c792fee84844970283f91c32834864</a></td></tr></tbody></table>

### Support

Need help with object storage? Open a ticket or message us on WhatsApp from the Support section.

### Latest updates

July 1, 2026 — New region available for new repositories.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.plenit.com/docs-en/productos/object-storage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
