← Back to list
2026-07-11T02:27:35.946ZMinio

Minio常用命令

Minio

# 查看服务信息
mc admin info minio

# 列出所有 bucket
mc ls minio

# 创建 bucket
mc mb minio/images

# 上传文件
mc cp ./test.jpg minio/images/test.jpg

# 设置 bucket 公开读(IP 直接访问图片)
mc anonymous set download minio/images

# 查看 bucket 权限
mc anonymous get minio/images

# 创建用户
mc admin user add minio newuser newpassword

# 生成临时下载链接(7天)
mc share download --expire 168h minio/images/test.jpg

Comments & discussion

The first comment in each thread opens a topic. Signed-in readers can keep the conversation going under that topic.

No comments yet. Sign in to start a topic.

Start a new topic

Sign in to start a topic or join the discussion.