You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dsMin/Document/MINIO部署文档.txt

22 lines
513 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 服务器端部署
wget https://dl.min.io/server/minio/release/darwin-amd64/minio
chmod 755 minio
./minio server /data
# 访问地址
http://10.10.14.165:9000
minioadmin
minioadmin
# 如果需要指定AK,SK那么
export MINIO_ACCESS_KEY="minio"
export MINIO_SECRET_KEY="minio123"
# 下载客户端
wget https://dl.min.io/client/mc/release/linux-amd64/mc
chmod +x mc
./mc --help
# 删除七天前的数据配合crontab使用
./mc rm --recursive --force --dangerous --older-than 7d /data/bigdata/image/