标签:art 系统 nio test file use mkdir path access
echo ACCESS_KEY_ID:SECRET_ACCESS_KEY > ${HOME}/.passwd-s3fs
chmod 600 ${HOME}/.passwd-s3fs
yum install s3fs-fuse
mkdir -p /root/test/fuse_test
s3fs test /root/test/fuse_test -o passwd_file=${HOME}/.passwd-s3fs -o url=http://10.111.0.90:9000/
s3fstest
/root/test/fuse_test
-f -o passwd_file=${HOME}/.passwd-s3fs
-s -o nomultipart -o sigv2 -o curldbg -o url=http://10.111.0.90:9000
-o use_path_request_style
标签:art 系统 nio test file use mkdir path access
原文地址:https://www.cnblogs.com/mhc-fly/p/11445212.html