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:
@@ -20,3 +20,7 @@ class S3Exception(Exception):
|
||||
|
||||
class NotS3Request(S3Exception):
|
||||
pass
|
||||
|
||||
|
||||
class BadSwiftRequest(S3Exception):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user