> For the complete documentation index, see [llms.txt](https://documentation.alluxio.io/ee-ai-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.alluxio.io/ee-ai-en/ai-3.3/ufs/storage-overview.md).

# Storage Integrations Overview

This guide will cover general prerequisites and running Alluxio locally with your desired under storage system. To learn how to configure Alluxio with each individual storage system, please look at their respective pages. Refer to [configuring mount points](/ee-ai-en/ai-3.3/feature/alluxio-namespace-and-under-file-system-namespaces.md#configuring-for-ufs) to learn about the commands to mount the storages into Alluxio's namespace.

## Prerequisites

In preparation for using your chosen storage system with Alluxio, please be sure you have all the required location, credentials, and additional properties before you begin configuring Alluxio to your under storage system.

For the purposes of this guide, the following are placeholders.

| Storage System                                                            | Location                      | Credentials                                                                                                                            | Additional Properties                                          |
| ------------------------------------------------------------------------- | ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [Amazon AWS S3](/ee-ai-en/ai-3.3/ufs/s3.md)                               | `S3_BUCKET`, `S3_DIRECTORY`   | `S3_ACCESS_KEY_ID`, `S3_SECRET_KEY`                                                                                                    |                                                                |
| [HDFS](/ee-ai-en/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-en/ai-3.3/ufs/aliyun-oss.md) | `OSS_BUCKET`, `OSS_DIRECTORY` | `OSS_ACCESS_KEY_ID`, `OSS_ACCESS_KEY_SECRET`, `OSS_ENDPOINT`                                                                           |                                                                |
| [COS](/ee-ai-en/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-en/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-en/ai-3.3/ufs/gcs.md)                                        | `GCS_BUCKET`, `GCS_DIRECTORY` | <p><code>google\_application\_credentials</code><br>or<br><code>GCS\_ACCESS\_KEY\_ID</code>, <code>GCS\_SECRET\_ACCESS\_KEY</code></p> | `alluxio.underfs.gcs.version`                                  |
