Home > fusefs-cloudstorage

fusefs-cloudstorage

Fusefs-cloudstorage is a project mainly written in PYTHON and SHELL, it's free.

FUSE-based filesystem for accessing cloud storage such as Rackspace CloudFiles and Amazon S3

fusefs-cloudstorage

fusefs-cloudstorage is a FUSE-based filesystem providing access to various cloud storages like Rackspace CloudFiles and Amazon S3.

It is based on libcloud storage interface that appeared in libcloud 0.5.

Requirements

  • fuse-python http://sourceforge.net/projects/fuse/files/fuse-python/0.2.1/
  • libcloud >= 0.5.0 (http://libcloud.apache.org/)

Usage

./cloudstorage.py -f -o driver=CLOUDFILES_US -o access_id=$your_login \
 -o secret=$your_pass mountpoint

Here:

  • CLOUDFILES_US is a name of the driver. Plase use cloudstorage.py -h to get list of available drivers.
  • $your_login and $your_pass mean your login (access id, etc) and password (secret) to your account

Contacts

  • Author: Roman Bogorodskiy [email protected]
  • Github: https://github.com/novel/fusefs-cloudstorage
Previous:pykhmerWEB