Skip to content

mc (minio client)

command line tool for MinIO and basically any s3 api compatible storage

add server configuration

replace local with the name of your config (any name you want), the endpoint url, access and secret key

mc config host add local http://localhost:9000 <access key> <secret access key>