s3fs #mount #centos #redhat #rc-local #rc.local #s3fs-fuse
-
mount to s3 with s3fs on redhat(centos)aws 2020. 11. 4. 16:41
필요 패키지 설치 yum install automake fuse-devel gcc-c++ git libcurl-devel libxml2-devel make openssl-devel -y s3fs-fuse 소스 다운로드 git clone github.com/s3fs-fuse/s3fs-fuse.git s3fs-fuse 소스 컴파일 cd s3fs-fuse ./autogen.sh ./configure make make install aws access key와 secret key를 key default path 인 /etc/passwd-s3fs 에 생성 echo aws_access_key_id:aws_secret_access_key > /etc/passwd-s3fs chmod 600 /etc/passwd-s3f..