/pithos_fuse_client

FUSE client for Pithos

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

pithosfuse

SYNOPSIS

pithosfuse [options] [fuse options] <mount point>

DESCRIPTION

pithosfuse is a file system in user space that let you browse your Pithos+ files.

INSTALL

pithosfuse requires fusepy and kamaki. All requirements should be installed automatically by pip or distribute.

With pip::

$ pip install pithosfuse

or with distribute::

$ python setup.py install

OPTIONS

-c CLOUD, --cloud=CLOUD Use this kamaki 'cloud' instead of default

-u ACCOUNT, --url=ACCOUNT Authentication URL

-t TOKEN, --token=TOKEN Access Token

-d, --debug Turn on debug output (alomg with -f)

-s, --nothreads Disallow multi-threaded operation.

Run with only one thread

-f, --foreground Run in foreground

-o EXTRA_OPTIONS, --options=EXTRA_OPTIONS

Comma seperated key=val options for FUSE

-m POOLSIZE, --max-poolsize=POOLSIZE

Max HTTP Pooled connections (default:8)