Minio Client is an 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:
Download Minio Client and set executable permissions:
wget https://dl.minio.io/client/mc/release/linux-amd64/mc chmod +x mc
Configure a Wasabi alias using your Wasabi keys:
./mc config host add https://s3.wasabisys.com
Sample operation to list buckets:
./mc ls
Note that this example uses Wasabi’s us-east-1 storage region. To use other Wasabi storage regions, use the appropriate Wasabi service URL as described in this article.