Engineering/Environments
AWS S3 Ubuntu에 mount
업무외시간
2021. 7. 12. 09:34
# s3fs install
apt install s3fs
# key registration
echo acess_key_id:secret access key > server_configure/.passwd-s3fs
chmod 600 ./server_configure/.passwd-s3fs
# mount to sjhan folder
s3fs sjhan ./aws_s3 -o passwd_file=./server_configure/.passwd-s3fs