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

# Conceitos

Trabalhar com armazenamento de objetos é diferente de fazê-lo com ficheiros. Estes conceitos explicam os buckets, o acesso S3 e como os dados são protegidos.

<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>O que é Armazenamento de Objetos?</strong></td><td>O que é o repositório compatível com S3, para que é usado e em que se diferencia de Ficheiros.</td><td><a href="/pages/103ff94727470d95639832135f26d0cab494ffbd">/pages/103ff94727470d95639832135f26d0cab494ffbd</a></td></tr><tr><td><strong>Buckets e objetos</strong></td><td>Como os dados são organizados em repositórios e objetos, e o papel dos prefixos.</td><td><a href="/pages/8ca06de18e1e61b969ec55bce7887c3c9cf50cc8">/pages/8ca06de18e1e61b969ec55bce7887c3c9cf50cc8</a></td></tr><tr><td><strong>Acesso S3, utilizadores e credenciais</strong></td><td>O que precisas para te ligares por S3 e como são geridos os utilizadores e as credenciais.</td><td><a href="/pages/e8a14b42591a51b8afc06963ac1ebae288af76ff">/pages/e8a14b42591a51b8afc06963ac1ebae288af76ff</a></td></tr><tr><td><strong>Resiliência e segurança</strong></td><td>A durabilidade por tripla Réplica, a Encriptação e a proteção do perímetro.</td><td><a href="/pages/3cf60bdb405ab200929b7f38a8abb58661b6e6da">/pages/3cf60bdb405ab200929b7f38a8abb58661b6e6da</a></td></tr><tr><td><strong>Glossário</strong></td><td>Definições dos termos próprios de Armazenamento de Objetos.</td><td><a href="/pages/78c8d6844d35f88b5af65e7ea6edf610a68fe5e4">/pages/78c8d6844d35f88b5af65e7ea6edf610a68fe5e4</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/docs-pt/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.
