# Trae 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: 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:

```
GET https://academy.shade.inc/shade-academy/shade-academy-es/byos/bring-your-own-s3-storage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
