> 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/productos/object-storage.md).

# Almacenamiento de Objetos

Almacenamiento de Objetos es un repositorio de alta capacidad compatible con S3, pensado para que el software guarde grandes volúmenes de datos: copias de seguridad, archivos de aplicaciones, exportaciones y logs.&#x20;

No se maneja por carpetas, sino con herramientas que hablan S3.

### Artículos más consultados

1. [Integrar un cliente S3](/productos/object-storage/how-to/how-to-integrate-with-an-s3-client.md)
2. [Backup de QNAP al almacenamiento](/productos/object-storage/how-to/how-to-back-up-qnap-to-object-storage.md)
3. [Mapear el almacenamiento en QNAP](/productos/object-storage/how-to/how-to-map-object-storage-to-qnap.md)
4. [Copia de seguridad manual](/support/tutorials/windows/how-to-back-up-gpos.md)
5. [Sincronizar QNAP con el almacenamiento](/productos/object-storage/how-to/how-to-integrate-with-an-s3-client.md)
6. [Recuperar un backup a QNAP](/productos/servers/how-to/how-to-restore-a-disk-backup.md)
7. [Buckets y objetos](/productos/object-storage/concepts/buckets-and-objects.md)
8. [Credenciales y acceso S3](/productos/object-storage/details/credentials-and-s3-access.md)
9. [Clientes compatibles](/productos/object-storage/details/compatible-clients.md)
10. [Resiliencia, cifrado y cumplimiento](/productos/object-storage/details/encryption-and-compliance.md)

### Explora Almacenamiento de Objetos

<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>Inicio rápido</strong></td><td>Crea tu primer repositorio y conéctate por S3.</td><td><a href="/pages/DjvOTBiYSk22wwPoo0Os">/pages/DjvOTBiYSk22wwPoo0Os</a></td></tr><tr><td><strong>Conceptos</strong></td><td>Buckets y objetos, acceso S3, resiliencia y seguridad.</td><td><a href="/pages/TWjrUml4RLweXhVIAV2F">/pages/TWjrUml4RLweXhVIAV2F</a></td></tr><tr><td><strong>How-to</strong></td><td>Integra clientes S3, protege tu QNAP y gestiona copias.</td><td><a href="/pages/N59s0rtGvdrR0IV3p6lH">/pages/N59s0rtGvdrR0IV3p6lH</a></td></tr><tr><td><strong>FAQ</strong></td><td>Respuestas rápidas a las dudas más habituales sobre Almacenamiento de Objetos.</td><td><a href="/pages/LvvelVSYzYSMiaBmV0vd">/pages/LvvelVSYzYSMiaBmV0vd</a></td></tr><tr><td><strong>Detalles</strong></td><td>Cuota y regiones, credenciales S3, clientes compatibles y cifrado.</td><td><a href="/pages/JYOJyXu9atzXhbSAsuvN">/pages/JYOJyXu9atzXhbSAsuvN</a></td></tr></tbody></table>

### Soporte

¿Necesitas ayuda con el almacenamiento de objetos? Abre un ticket o escríbenos por WhatsApp desde la sección de Soporte.

### Últimas novedades

1 de julio de 2026 — Nueva región disponible para nuevos repositorios.


---

# 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/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.
