Fix bad merge.
This commit is contained in:
parent
c7a7cc9c57
commit
9f3ae31a53
@ -1622,7 +1622,6 @@ UPDATE_SAML_PROVIDER_TEMPLATE = """<UpdateSAMLProviderResponse xmlns="https://ia
|
|||||||
<RequestId>29f47818-99f5-11e1-a4c3-27EXAMPLE804</RequestId>
|
<RequestId>29f47818-99f5-11e1-a4c3-27EXAMPLE804</RequestId>
|
||||||
</ResponseMetadata>
|
</ResponseMetadata>
|
||||||
</UpdateSAMLProviderResponse>"""
|
</UpdateSAMLProviderResponse>"""
|
||||||
=======
|
|
||||||
|
|
||||||
UPLOAD_SIGNING_CERTIFICATE_TEMPLATE = """<UploadSigningCertificateResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
|
UPLOAD_SIGNING_CERTIFICATE_TEMPLATE = """<UploadSigningCertificateResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
|
||||||
<UploadSigningCertificateResult>
|
<UploadSigningCertificateResult>
|
||||||
|
@ -179,7 +179,7 @@ class InvalidStorageClass(S3ClientError):
|
|||||||
"The storage class you specified is not valid",
|
"The storage class you specified is not valid",
|
||||||
*args, **kwargs)
|
*args, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
class InvalidBucketName(S3ClientError):
|
class InvalidBucketName(S3ClientError):
|
||||||
code = 400
|
code = 400
|
||||||
|
|
||||||
@ -187,8 +187,10 @@ class InvalidBucketName(S3ClientError):
|
|||||||
super(InvalidBucketName, self).__init__(
|
super(InvalidBucketName, self).__init__(
|
||||||
"InvalidBucketName",
|
"InvalidBucketName",
|
||||||
"The specified bucket is not valid.",
|
"The specified bucket is not valid.",
|
||||||
|
*args, **kwargs
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class DuplicateTagKeys(S3ClientError):
|
class DuplicateTagKeys(S3ClientError):
|
||||||
code = 400
|
code = 400
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user