---
title: "Alluxio With Wasabi"
slug: "how-do-i-use-alluxio-with-wasabi"
updated: 2026-05-28T15:25:41Z
published: 2026-05-28T15:25:41Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Alluxio With Wasabi

[Alluxio](http://www.alluxio.org/) is certified for use with Wasabi. To use Alluxio with Wasabi, ensure that the following information is included in your Alluxio configuration.

- alluxio-site.properties wasabi-lab:alluxio-1.6.0-RC1-hadoop-2.8 yourmachine$ cat conf/alluxio-site.properties |grep s3 alluxio.underfs.address=s3a://wasabi-alluxio/alluxio alluxio.underfs.s3.endpoint=https://s3.wasabisys.com
- alluxio-env.sh wasabi-lab:alluxio-1.6.0-RC1-hadoop-2.8 yourmachine$ cat conf/alluxio-env.sh | grep SECRET AWS_ACCESS_KEY="put_your_wasabi_access_key" AWS_SECRET_KEY="put_you_wasabi_secret_yet"

Note that this example discusses the use of Wasabi's us-east-1 storage region. To use other Wasabi storage regions, use the appropriate Wasabi service URL as described in [Service URLs for Wasabi's Storage Regions](https://docs.wasabi.com/v1/docs/service-urls-for-wasabis-storage-regions).
