Corporate Home Open Source Home
Syndicate content
Eucalyptus

s3fs

Author rrizun
Homepage s3fs
Documentation wiki
Discussion group
Download download
Source svn info
Version r177
License GNU General Public License v2

Installation

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.