# 连接到底层存储

Alluxio 连接到各种各样的存储系统，称为底层文件系统 (UFS)，允许您统一和加速对现有数据的访问。本节提供将 Alluxio 配置为与不同的云对象存储和本地存储系统一起使用的指南。

## 支持的底层存储系统

以下是官方支持的 UFS 列表。单击任何存储系统以查看其特定的配置指南。

### 云对象存储

| 存储系统                           | 描述                            | 指南                                               |
| ------------------------------ | ----------------------------- | ------------------------------------------------ |
| **Amazon S3**                  | 连接到 Amazon S3 的标准指南。          | [查看指南](/ee-ai-cn/ai-3.7/ufs/s3.md)               |
| **Google Cloud Storage (GCS)** | 连接到 Google Cloud Storage 的指南。 | [查看指南](/ee-ai-cn/ai-3.7/ufs/gcs.md)              |
| **Azure Blob Storage**         | 连接到 Azure Blob Storage 的指南。   | [查看指南](/ee-ai-cn/ai-3.7/ufs/azure-blob-store.md) |
| **阿里云 OSS**                    | 连接到阿里云对象存储服务的指南。              | [查看指南](/ee-ai-cn/ai-3.7/ufs/aliyun-oss.md)       |
| **腾讯云对象存储 (COS)**              | 连接到腾讯云对象存储的指南。                | [查看指南](/ee-ai-cn/ai-3.7/ufs/cos.md)              |
| **百度对象存储 (BOS)**               | 连接到百度云对象存储的指南。                | [查看指南](/ee-ai-cn/ai-3.7/ufs/bos.md)              |
| **火山引擎 TOS**                   | 连接到火山引擎对象存储的指南。               | [查看指南](/ee-ai-cn/ai-3.7/ufs/tos.md)              |

### 本地存储

| 存储系统                      | 描述                                    | 指南                                            |
| ------------------------- | ------------------------------------- | --------------------------------------------- |
| **S3 兼容**                 | 用于连接到使用 S3 API 的对象存储，例如 MinIO 或 Ceph。 | [查看指南](/ee-ai-cn/ai-3.7/ufs/s3-compatible.md) |
| **Hadoop 分布式文件系统 (HDFS)** | 连接到 HDFS 集群的标准指南。                     | [查看指南](/ee-ai-cn/ai-3.7/ufs/hdfs.md)          |
| **网络附加存储 (NAS)**          | 用于连接到集群上挂载的任何符合 POSIX 标准的文件系统，例如 NFS。 | [查看指南](/ee-ai-cn/ai-3.7/ufs/nas.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://documentation.alluxio.io/ee-ai-cn/ai-3.7/ufs.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.
