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
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