# 文件存储

虽然Fireboom专注于结构化数据的处理，但文件/ Blob在构建应用程序中也占据着重要地位。

我们深入研究了各种解决方案，以方便用户上传图片、PDF文件等。但大多数解决方案需要在客户端、服务器端或两者都进行额外工作。

我们遵循“开发体验优先”的理念，添加了对S3兼容的支持。任意S3兼容的供应商都能轻松接入飞布。

> S3全称 Simple Storage Service 对象存储，由亚马逊2006年提出，后来成为业内事实标准。

配置S3供应商后，飞布将自动注册上传路由，飞布应用程序的用户可以轻松上传文件。

## 支持文件存储供应商

任意S3兼容的供应商都能轻松接入飞布。例如，

* 云存储供应商：阿里云存储OSS、腾讯云存储COS
* 自建云存储服务：[MINO](https://min.io/)

环境准备请参考：[文件存储 S3](/v1.0/huan-jing-zhun-bei/wen-jian-cun-chu-s3.md)


---

# 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://docs.fireboom.io/v1.0/ji-chu-ke-shi-hua-kai-fa/wen-jian-cun-chu.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.
