Install and configure the minio client for S3

 

Docker Container

Stable

Copydocker pull minio/mc
docker run minio/mc ls play

 

macOS

Homebrew

Install mc packages using Homebrew

Copybrew install minio/stable/mc
mc --help

 

 

GNU/Linux

Binary Download

Copywget https://dl.min.io/client/mc/release/linux-amd64/mc
chmod +x mc
./mc --help

Microsoft Windows

Binary Download

Platform Architecture URL
Microsoft Windows 64-bit Intel https://dl.min.io/client/mc/release/windows-amd64/mc.exe
Copymc.exe --help

 

Configure iwSea S3 Cloud Storage

MinIO server displays URL, access and secret keys.

Copymc config host add minio https://babcdef.iwsea.com:9000 BKIKJAA5BMMU2RHO6IBB V7f1CwQqAcwo80UEIJEjc5gVQUSSx5ohQ9GSrr12

 

Source: Official MinIO documentation

  • 2 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Gerelateerde artikelen

Change SecretKey/Password

To change the secretKey/password login to the web interface (URL provided into the welcome...

Use Rclone with iwSea S3

Rclone is an open source command line program to sync files anddirectories to and from cloud...

Use restic with iwSea S3

restic is a fast, efficient and secure backup tool. It is an open source project available under...

Store MySQL Backups in iwSea S3

In this recipe we will learn how to store MySQL backups in MinIO Server. 1. Prerequisites...

Store PostgreSQL Backups in iwSea S3

In this recipe you will learn how to store PostgreSQL backups in MinIO Server. 1. Prerequisites...

Powered by WHMCompleteSolution