Merge "Fix error message"
This commit is contained in:
commit
0beae4c9c0
@ -260,7 +260,7 @@ class BucketAlreadyOwnedByYou(ErrorResponse):
|
||||
|
||||
class BucketNotEmpty(ErrorResponse):
|
||||
_status = '409 Conflict'
|
||||
_msg = 'The bucket you tried to delete is not empty.'
|
||||
_msg = 'The bucket you tried to delete is not empty'
|
||||
|
||||
|
||||
class CredentialsNotSupported(ErrorResponse):
|
||||
|
Loading…
x
Reference in New Issue
Block a user