---
title: "Minio Client With Wasabi"
slug: "how-do-i-use-minio-client-with-wasabi"
updated: 2026-05-30T19:02:57Z
published: 2026-05-30T19:02:57Z
---

> ## 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.

# Minio Client With Wasabi

[Minio Client](https://docs.minio.io/docs/minio-client-quickstart-guide) is a S3 compatible client that allows you to connect to Wasabi and perform operations on your Wasabi buckets. To use Minio Client with Wasabi, follow these steps:

1. Download Minio Client and set executable permissions:

*wget https://dl.minio.io/client/mc/release/linux-amd64/mc* *chmod +x mc*

1. Configure a Wasabi alias using your Wasabi keys:

*./mc config host add https://s3.wasabisys.com*

1. Sample operation to list buckets:

*./mc ls*

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