Fix error message

Real AWS does not include the trailing period on this message

Change-Id: I3fb24e741375875080a6e86bb464e7f03019692b
This commit is contained in:
Tim Burke 2016-09-09 13:19:28 -07:00
parent 6c12c58867
commit 5537b5d2ad
1 changed files with 1 additions and 1 deletions

View File

@ -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):