minio挂载在本地
1.安装s3fs: sudo apt install s3fs
2.获取Access Key和Secret Key,修改${HOME}/.passwd-s3fs,写入:
Access Key:Secret Key
chmod 600 ${HOME}/.passwd-s3fs
sudo vim /etc/fuse.conf,取消user_allow_other前的注释
3.
s3fs -o passwd_file=${HOME}/.passwd-s3fs -o url=http://minio服务器地址:9000 -o allow_other -o nonempty -o no_check_certificate -o use_path_request_style -o umask=000 桶名称 需要mount的文件夹地址
黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/