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

# Concepts

Travailler avec le Stockage d'objets est différent de le faire avec des Fichiers. Ces concepts expliquent les buckets, l'accès S3 et comment la donnée est protégée.

<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>Qu'est-ce que le Stockage d'objets ?</strong></td><td>Qu'est-ce que le dépôt compatible S3, à quoi sert-il et en quoi diffère-t-il de Fichiers.</td><td><a href="/pages/28b5add16a21a21cccaab00e13c06a683cbf8e25">/pages/28b5add16a21a21cccaab00e13c06a683cbf8e25</a></td></tr><tr><td><strong>Buckets et objets</strong></td><td>Comment les données sont organisées dans des dépôts et des objets, et le rôle des préfixes.</td><td><a href="/pages/66a9ea76f1529bf6e8171e43defa1c7602e34684">/pages/66a9ea76f1529bf6e8171e43defa1c7602e34684</a></td></tr><tr><td><strong>Accès S3, utilisateurs et identifiants</strong></td><td>Ce qu'il faut pour se connecter via S3 et comment les utilisateurs et les identifiants sont gérés.</td><td><a href="/pages/de90361a3fb997f262067462ebbb20f4622721da">/pages/de90361a3fb997f262067462ebbb20f4622721da</a></td></tr><tr><td><strong>Résilience et sécurité</strong></td><td>La durabilité grâce à la triple Réplique, le Chiffrement et la protection du périmètre.</td><td><a href="/pages/916293ef8639cb022bc99da67f203dcb34976e92">/pages/916293ef8639cb022bc99da67f203dcb34976e92</a></td></tr><tr><td><strong>Glossaire</strong></td><td>Définitions des termes propres au Stockage d'objets.</td><td><a href="/pages/74aedbf01f780b8cf6e73c490610cd5ad3d62af8">/pages/74aedbf01f780b8cf6e73c490610cd5ad3d62af8</a></td></tr></tbody></table>


---

# 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/fr/productos/object-storage/concepts.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.
