# 存储集成概述

本指南将包含在将您期望的底层存储系统和Alluxio一起运行的通常先决条件。要学习如何配置每一个单独的存储系统和Alluxio运行，请查看它们各自的页面。 参考[配置挂载点](https://documentation.alluxio.io/ee-ai-cn/ai-3.3/ufs/pages/s3w56GJIUjH2RGoSatZG#配置-ufs) 以了解将存储挂载到Alluxio的命名空间中的命令。

## 先决条件

为了准备使用您选择的存储系统与Alluxio，请确保在开始配置Alluxio到您的底层存储系统之前，您拥有所有所需的位置、凭据和附加属性。

对于本指南的目的，以下是占位符。

| 存储系统                                                                      | 位置                            | 凭据                                                                                                                                     | 附加属性                                                           |
| ------------------------------------------------------------------------- | ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [Amazon AWS S3](/ee-ai-cn/ai-3.3/ufs/s3.md)                               | `S3_BUCKET`, `S3_DIRECTORY`   | `S3_ACCESS_KEY_ID`, `S3_SECRET_KEY`                                                                                                    |                                                                |
| [HDFS](/ee-ai-cn/ai-3.3/ufs/hdfs.md)                                      | `HDFS_NAMENODE`, `HDFS_PORT`  |                                                                                                                                        | <p>Specify Hadoop version:<br><code>HADOOP\_VERSION</code></p> |
| [Aliyun Object Storage Service (OSS)](/ee-ai-cn/ai-3.3/ufs/aliyun-oss.md) | `OSS_BUCKET`, `OSS_DIRECTORY` | `OSS_ACCESS_KEY_ID`, `OSS_ACCESS_KEY_SECRET`, `OSS_ENDPOINT`                                                                           |                                                                |
| [COS](/ee-ai-cn/ai-3.3/ufs/cos.md)                                        | `COS_BUCKET`, `COS_DIRECTORY` | `COS_ACCESS_KEY_ID`, `COS_ACCESS_KEY_SECRET`, `COS_REGION`, `COS_APP_ID`                                                               |                                                                |
| [TOS](/ee-ai-cn/ai-3.3/ufs/tos.md)                                        | `TOS_BUCKET`, `TOS_DIRECTORY` | `TOS_ACCESS_KEY_ID`, `TOS_ACCESS_KEY_SECRET`, `TOS_REGION`, `TOS_ENDPOINT`                                                             |                                                                |
| [GCS](/ee-ai-cn/ai-3.3/ufs/gcs.md)                                        | `GCS_BUCKET`, `GCS_DIRECTORY` | <p><code>google\_application\_credentials</code><br>或者<br><code>GCS\_ACCESS\_KEY\_ID</code>, <code>GCS\_SECRET\_ACCESS\_KEY</code></p> | `alluxio.underfs.gcs.version`                                  |


---

# 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.3/ufs/storage-overview.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.
