> 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/glossary.md).

# Glossaire

Les termes qui apparaissent dans Stockage d'objets, regroupés par thème. Si tu en rencontres un et que ce n'est pas clair, cherche-le ici.

### Le stockage

| Terme  | Qu’est-ce que c’est                                                      |
| ------ | ------------------------------------------------------------------------ |
| Objet  | Une donnée enregistrée comme une unité, avec ses informations associées. |
| Bucket | Le conteneur où sont stockés les objets.                                 |
| Quota  | L'espace provisionné dans le bucket, configurable.                       |
| Région | L'emplacement où est hébergé le bucket.                                  |

### L’accès

| Terme          | Qu’est-ce que c’est                                                       |
| -------------- | ------------------------------------------------------------------------- |
| S3             | Le protocole standard avec lequel le logiciel accède au bucket.           |
| Utilisateur S3 | L'identité avec laquelle un logiciel accède.                              |
| Clé d'accès    | L'identifiant public d'une crédential S3.                                 |
| Clé secrète    | La partie privée de la crédential, utilisée pour s'authentifier.          |
| URL signée     | Un lien temporaire pour télécharger un objet sans fournir d'identifiants. |

### La protection

| Terme                     | Qu’est-ce que c’est                                                                      |
| ------------------------- | ---------------------------------------------------------------------------------------- |
| Versionnage               | La conservation des versions antérieures d'un objet.                                     |
| Immuabilité (Object Lock) | Le verrouillage des objets contre la suppression ou la modification pendant une période. |
| Triple Réplique           | La copie de chaque objet sur trois disques de trois Serveurs différents.                 |
| Suppression automatique   | La suppression des objets après un certain temps, selon les règles que tu définis.       |

### Étapes suivantes

* Retourne à [Concepts.](/fr/productos/object-storage/concepts.md)
* Consulte la référence dans [Détails.](/fr/productos/object-storage/details.md)


---

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