Skip to main content

Minio-mc-delete

Based on the link: https://min.io/docs/minio/linux/reference/minio-mc.html

Today, I learned how to use the mc command to delete old files in Minio buckets.


First of all,  we should install mc to our host, for example I use centos so I will execute those command.

64-bit Intel

curl https://dl.min.io/client/mc/release/linux-amd64/mc \
  --create-dirs \
  -o $HOME/minio-binaries/mc

chmod +x $HOME/minio-binaries/mc
export PATH=$PATH:$HOME/minio-binaries/

mc --help

Second of all, we need to config a link to minio server.

mc alias set myminio https://minioserver.example.net ACCESS_KEY SECRET KEY

Third of all, we can use mc to list all buckets of Minio.

mc ls myminio

Finally of all, we can delete files.

mc rm --recursive myminio/data --force

Comments

Popular posts from this blog

The Scorecard to Riches: Your Blueprint for Wealth on September 9, 2024 | 致富评分卡:2024年9月9日你的财富蓝图

 The Scorecard to Riches: Your Blueprint for Wealth on September 9, 2024 | 致富评分卡:2024年9月9日你的财富蓝图 My name is Shane. I am a Full Stack Engineer with over 16 years of experience in the software development industry. I like Chinese culture, so I would like to upload some videos on Youtube for sharing the good things with you. LinkedIn: https://www.linkedin.com/in/xingjun-chen/ Github: https://github.com/chenxingjun Youtube: https://www.youtube.com/@jinxuezhai Udemy: https://www.udemy.com/course/chinese-martial-arts-basic-skills/learn/lecture/45276945#learning-tools Daily Tasks No Task Sub-No Sub-Task Time Location Platform Progress Remarks 1 starting 1 Cleaning 08:00 Home 1 2 exercise 1 Martial arts 07:40 Home 1 3 read 1 live streaming 08:30 Home Youtube、Wechat 1 4 wealth 1 Work 09:00-17:00 Home 1 2 English 19:00 Home 1 3 Interview 20:00 Home 1 5 Summari...

The Scorecard to Riches: Your Blueprint for Wealth on September 5, 2024 | 致富评分卡:2024年9月5日你的财富蓝图

 The Scorecard to Riches: Your Blueprint for Wealth on September 5, 2024 | 致富评分卡:2024年9月5日你的财富蓝图 My name is Shane. I am a Full Stack Engineer with over 16 years of experience in the software development industry. I also like Chinese culture, and I would like to upload some videos on Youtube for sharing the good things with you. LinkedIn: https://www.linkedin.com/in/xingjun-chen/ Github: https://github.com/chenxingjun Youtube: https://www.youtube.com/@jinxuezhai Udemy: https://www.udemy.com/course/chinese-martial-arts-basic-skills/learn/lecture/45276945#learning-tools Schedule Goals Review Personal development Target : Learning: 1 hour, Practicing: 1 hour, Working: 8 hours Morning: Learning, working Afternoon: Practicing, working Evening: Practicing, reading books Others Finance Relationships Family, friends, others 计分板 Scorecard 目标 Goals Seeking a job. Aug Finding a house which on the mountain and has humanities for liv...

The Scorecard to Riches: Your Blueprint for Wealth on August 31, 2024 | 致富评分卡:2024年8月31日你的财富蓝图

The Scorecard to Riches: Your Blueprint for Wealth on August 31, 2024 | 致富评分卡:2024年8月31日你的财富蓝图 My name is Shane. I am a Full Stack Engineer with over 16 years of experience in the software development industry. I also like Chinese culture, and I would like to upload some videos on Youtube for sharing the good things with you. LinkedIn: https://www.linkedin.com/in/xingjun-chen/ Github: https://github.com/chenxingjun Youtube: https://www.youtube.com/@jinxuezhai Udemy: https://www.udemy.com/course/chinese-martial-arts-basic-skills/learn/lecture/45276945#learning-tools Schedule Goals Review Personal development Target : Learning: 1 hour, Practicing: 1 hour, Working: 8 hours Morning: Learning, working Afternoon: Practicing, working Evening: Practicing, reading books Others Finance Relationships Family, friends, others 计分板 Scorecard 目标 Goals Seeking a job. Aug Finding a house which on the mountain and has humanities for living. I want to...