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

# Glossary

The terms that appear in Object Storage, grouped by topic. If you come across one and it’s not clear, look it up here.

### Storage

| Term                | What it is                                                               |
| ------------------- | ------------------------------------------------------------------------ |
| Object              | A piece of data stored as a unit, along with its associated information. |
| Bucket (repository) | The container where objects are stored.                                  |
| Quota               | The contracted space in the repository, configurable.                    |
| Region              | The location where the repository is hosted.                             |

### Access

| Term       | What it is                                                            |
| ---------- | --------------------------------------------------------------------- |
| S3         | The standard protocol used by software to access the repository.      |
| S3 user    | The identity with which software accesses.                            |
| Access key | The public identifier of an S3 credential.                            |
| Secret key | The private part of the credential, used to authenticate.             |
| Signed URL | A temporary link to download an object without providing credentials. |

### Protection

| Term                       | What it is                                                                     |
| -------------------------- | ------------------------------------------------------------------------------ |
| Versioning                 | The retention of previous versions of an object.                               |
| Immutability (Object Lock) | The locking of objects against deletion or modification for a period.          |
| Triple replication         | A copy of each object on three disks from three different servers.             |
| Automatic deletion         | The deletion of objects after a period of time, according to rules you define. |

### Next steps

* Go back to [Concepts.](/docs-en/productos/object-storage/concepts.md)
* See the reference in [Details.](/docs-en/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/docs-en/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.
