Begin new storage-abstraction layer.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 6 Aug 2008 19:11:22 +0000 (12:11 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Wed, 6 Aug 2008 19:11:22 +0000 (12:11 -0700)
commit8bff41ddef78fa851b09d141c93bdf387abc1dee
tree96f70a55f26638dd275784b9c2db10be123d39f4
parentde1d2429b83c89a0373599d19cc6c6cac40b2203
Begin new storage-abstraction layer.

Begin work on new Python code for providing uniform access to both local
filesystem and remote S3 storage.  Convert the existing Python module to
use the new interface.
cumulus-util
lbs.py [deleted file]
python/cumulus/__init__.py [new file with mode: 0644]
python/cumulus/store/__init__.py [new file with mode: 0644]
python/cumulus/store/s3.py [new file with mode: 0644]