1. 安装
下载 https://dl.min.io/client/mc/release/linux-amd64/
赋权与使用
cp mc /usr/bin && chmod +x /usr/bin/mc
./mc --help
2. 入门操作
# 添加minio到mc
mc config host add minio_alias_name endpoint_adress user_name pass_word
mc config host add minio-S3 https://xxx.ap-beijing.xxx.com ak sk
Added `minio-S3` successfully.
- 创建桶
mc mb minio_alias_name/bucket_name
- 查询桶