Saturday, January 31, 2015

setup s3fs fuse on amazon ec2 machine

apt-get install build-essential git libfuse-dev libcurl4-openssl-dev libxml2-dev mime-support automake libtool
apt-get install pkg-config libssl-dev # See (*3)
apt-get lib-xml2 lib-xmlv2
git clone https://github.com/s3fs-fuse/s3fs-fuse
cd s3fs-fuse/
./autogen.sh
./configure --prefix=/usr --with-openssl # See (*1)
make
sudo make install
create ~/.passwd_s3fs
chmod 600 ~/.passwd_s3fs
keys in <k1>:</k2> format
s3fs <b> /mnt

No comments:

Post a Comment