request: move status code check into swift3.Request

No longer needs to check the returned status code from Swift in the
controllers.

Change-Id: I5c6f6a0b594ea59a8678f42e00e976c8487f286a
This commit is contained in:
MORITA Kazutaka
2014-06-05 19:34:43 +09:00
parent 8857a09806
commit 13c214b73a
4 changed files with 208 additions and 223 deletions

View File

@@ -20,3 +20,7 @@ class S3Exception(Exception):
class NotS3Request(S3Exception):
pass
class BadSwiftRequest(S3Exception):
pass