s3fs

Author:
rrizun
Links:
Website
Download
License:
GNU General Public License v2

Installation

patch -p1 < s3fs-r177-patch

Compiling

Pre-requisites: libfuse-dev libcurl4-openssl-dev libxml2-dev

Run make (you might get a bunch of warnings).

Usage

mkdir test
./s3fs <bucket name> -o accessKeyId=<query id> -o secretAccessKey=<secret key> -o servicepath=/services/Walrus -o host=http://localhost:8773 test

where <bucket name> is an existing bucket name.

cd test; touch foo; ls ; rm foo, etc.

Kill the s3fs daemon to unmount the bucket.

Debugging

Add "-d" to the end of the s3fs command-line. This will produce debugging output on the command line and will not daemonize s3fs.

Look for errors in cloud-error.log and/or cloud-debug.log.

Share This Page

Share this Page on Facebook Share this Page on Twitter Email a Friend