GitHub user mahendra opened a pull request:
https://github.com/apache/libcloud/pull/74
LIBCLOUD-252 : Implement a local storage driver
The idea is to provide a 'local' storage driver. This will provide
developers with the ability to implement storage features with libcloud such
that it can be deployed on a cloud platform or over local file-systems (for eg:
over a local disk or a n/w mounted storage). This will allow for hybrid
deployments where the storage layer can be altered via config changes.
In addition, this also let's users play around with the library without the
need to access a cloud system
A sample implementation could
* use the 'key' argument as the base file-system where the objects will be
stored
* use a file-system hierarchy to represent containers and objects
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mahendra/libcloud LIBCLOUD-252
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/74.patch
----
commit 3f664dd9584dda789300828a061f25dac93fab73
Author: Mahendra M <[email protected]>
Date: 2012-11-02T09:19:26Z
LIBCLOUD-252 : Implement a local storage driver
----