fixes misleading assume role error msgs (#9642)

This commit is contained in:
ebozduman
2020-05-21 09:09:18 -07:00
committed by GitHub
parent eaafb23535
commit 2896e780ae
5 changed files with 57 additions and 55 deletions

View File

@@ -115,7 +115,7 @@ func testGetBucketLocationHandler(obj ObjectLayer, instanceType, bucketName stri
errorResponse: APIErrorResponse{
Resource: SlashSeparator + bucketName + SlashSeparator,
Code: "InvalidAccessKeyId",
Message: "The access key ID you provided does not exist in our records.",
Message: "The Access Key Id you provided does not exist in our records.",
},
shouldPass: false,
},