Allow a URL to be used in cumulus-util to specify a store location.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 11 Aug 2008 21:38:30 +0000 (14:38 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Mon, 11 Aug 2008 21:38:30 +0000 (14:38 -0700)
commit2ee97034047db53780a52d803b1c577b4c23c303
treebb261ea64cc65395dd3afa06c87eb72869558139
parent8bff41ddef78fa851b09d141c93bdf387abc1dee
Allow a URL to be used in cumulus-util to specify a store location.

Both file:/// and s3:// URLs are supported, reading data from the local
filesystem or Amazon S3, respectively.  Local paths (without a file:///
prefix) can still be specified.
python/cumulus/__init__.py
python/cumulus/store/__init__.py
python/cumulus/store/s3.py