숟가락 그만 얹어

AWS S3 Ubuntu에 mount 본문

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

'Engineering > Environments' 카테고리의 다른 글

Docker Commands  (0) 2022.09.23
내 개발 환경 세팅  (0) 2022.03.12
Jupyter Lab 설정  (0) 2021.01.11
VSCode SFTP 설정  (0) 2021.01.11
Ubuntu folder background color 없애기  (1) 2021.01.11