minio

apt-get install -y s3fs

echo ak:sk >  ~/.passwd-s3fs

chmod 600 ~/.passwd-s3fs

s3fs -o passwd_file=.passwd-s3fs -o use_path_request_style -o endpoint=us-east-1 -o url=http://172.29.25.9:9000 -o bucket=test /minio/test

posted @ 2021-09-29 21:54  zhaoguanhao  阅读(307)  评论(0编辑  收藏  举报