> 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-zh/byos/bring-your-own-s3-storage.md).

# 使用自有 S3 存储

您可以将自己的 S3 存储连接到 Shade 云，从而为您的团队配置自己的存储桶、区域和权限。本质上，这相当于按服务付费使用 Shade，并且可以挂载和搜索您的资产，而无需支付存储费用。

{% hint style="danger" %}
Shade 需要对您的存储桶进行格式化，以匹配我们的后端 API。这意味着您的文件将被分块，并使用不规则的 UUID 名称，且不包含任何文件夹。您的团队将无法像使用“常规”带文件夹的文件存储那样使用该 S3 存储桶。有关更多信息，请联系我们 [这里](https://cal.com/team/shade-inc/shade-demo).
{% endhint %}

## 设置 BYOS3 驱动器

<figure><img src="/files/20a45a4f57d0ac297f1f7fbbc0ac709f7a5f72dd" alt=""><figcaption></figcaption></figure>

通过浏览器、桌面应用或 ShadeFS 挂载上传到 Shade 的文件，将会在您的 S3 存储桶中显示为“blobs”和“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-zh/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.
