Fix bad merge.
This commit is contained in:
parent
c7a7cc9c57
commit
9f3ae31a53
2 changed files with 4 additions and 3 deletions
|
|
@ -179,7 +179,7 @@ class InvalidStorageClass(S3ClientError):
|
|||
"The storage class you specified is not valid",
|
||||
*args, **kwargs)
|
||||
|
||||
|
||||
|
||||
class InvalidBucketName(S3ClientError):
|
||||
code = 400
|
||||
|
||||
|
|
@ -187,8 +187,10 @@ class InvalidBucketName(S3ClientError):
|
|||
super(InvalidBucketName, self).__init__(
|
||||
"InvalidBucketName",
|
||||
"The specified bucket is not valid.",
|
||||
*args, **kwargs
|
||||
)
|
||||
|
||||
|
||||
|
||||
class DuplicateTagKeys(S3ClientError):
|
||||
code = 400
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue