Improve handling of file-not-found in remote storage layer.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 20 Nov 2008 23:38:39 +0000 (15:38 -0800)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Thu, 20 Nov 2008 23:38:39 +0000 (15:38 -0800)
commitc519cb09affc7e3235a7d75c349ef4cdddc778e0
tree6eb36e21b49501298c7363cbb52610556f458640
parent51fabdfbff5dcccfee4df5dd691257c8c19d2962
Improve handling of file-not-found in remote storage layer.

Implement a single NotFoundError which is thrown whenever a file does not
exist in any remote store, instead instance-specific error handling.
python/cumulus/store/__init__.py
python/cumulus/store/file.py
python/cumulus/store/s3.py