mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
fixes misleading assume role error msgs (#9642)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user