Introduce a script to provide access to remote repositories.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 20 Nov 2008 19:55:13 +0000 (11:55 -0800)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Thu, 20 Nov 2008 19:55:13 +0000 (11:55 -0800)
commit5f2e50c2ad75043142dc1812fe19dbd7ad86488c
tree4b2000dac5954db42a27501444def687f2c7b29b
parent682c41cb7eeb03676a44e3d51891d57e5e16bb48
Introduce a script to provide access to remote repositories.

cumulus-store is a Python script that uses the cumulus library code to
access various storage repositories (local file, S3, and extensible to
others).  It allows non-Python code to access these storage repositories
through a simple interface through stdin/stdout.

Additionally, make a few extensions and fixes to the cumulus Python
libraries.
cumulus-store [new file with mode: 0755]
python/cumulus/__init__.py
python/cumulus/store/s3.py