use aws s3 on linux with s3fs command

ubuntu 14.04 install s3fs apt-get install automake autotools-dev g++ git libcurl4-gnutls-dev libfuse-dev libssl-dev libxml2-dev make pkg-config git clone https://github.com/s3fs-fuse/s3fs-fuse.git cd s3fs-fuse ./autogen.sh ./configure make make install # make credential file(use AWS IAM Credential) echo ‘MyAccessKeyId:SecretAccessKey’ > /etc/passwd-s3fs chmod 600 /etc/passwd-s3fs # if you don’t make any permission, You can see this ;s3fs should not have others permissions’ 소개 더보기 use aws s3 on linux with s3fs command[…]