Minio Client With Wasabi
- 19 Jun 2024
- 1 Minute to read
- Print
- PDF
Minio Client With Wasabi
- Updated on 19 Jun 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
How do I use Minio Client with Wasabi?
Minio Client 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:
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 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.