> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-es/byos/bring-your-own-s3-storage.md).

# Usa tu propio almacenamiento S3

Puedes conectar tu propio almacenamiento S3 a la nube de Shade, lo que te permite configurar tus propios buckets, regiones y permisos para tu equipo. Esto es esencialmente pagar por Shade como servicio, con la capacidad de montar y buscar tus activos sin necesitar pagar por el almacenamiento.

{% hint style="danger" %}
Shade necesitará formatear tu bucket para que coincida con nuestra API de backend. Esto significa que tus archivos se dividirán en fragmentos con nombres UUID irregulares y sin carpetas. Tu equipo no podrá usar el bucket S3 como almacenamiento de archivos "regular" con carpetas. Para más información, por favor contáctanos [aquí](https://cal.com/team/shade-inc/shade-demo).
{% endhint %}

## Configuración de una unidad BYOS3

<figure><img src="/files/812f1a3722b8a603d06aab623f8c379d50aa6481" alt=""><figcaption></figcaption></figure>

Los archivos subidos a Shade ya sea a través del navegador, la aplicación de escritorio o el montaje ShadeFS aparecerán en tus buckets S3 como "blobs" y "chunks".


---

# 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://academy.shade.inc/shade-academy/shade-academy-es/byos/bring-your-own-s3-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.
