Installation
- Download: s3fs-r177-source.tar.gz.
- Save this patch to a file called s3fs-r177-patch
- Untar s3fs-r177-source.tar.gz and patch it
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.
