Cleanup S3 model methods to better deal with missing buckets.

This commit is contained in:
Steve Pulec 2014-07-08 21:20:29 -04:00
commit 5e35348c0d
4 changed files with 104 additions and 76 deletions

View file

@ -1,2 +1,6 @@
class BucketAlreadyExists(Exception):
pass
class MissingBucket(Exception):
pass