mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
fixes misleading assume role error msgs (#9642)
This commit is contained in:
@@ -459,7 +459,7 @@ var errorCodes = errorCodeMap{
|
||||
},
|
||||
ErrInvalidAccessKeyID: {
|
||||
Code: "InvalidAccessKeyId",
|
||||
Description: "The access key ID you provided does not exist in our records.",
|
||||
Description: "The Access Key Id you provided does not exist in our records.",
|
||||
HTTPStatusCode: http.StatusForbidden,
|
||||
},
|
||||
ErrInvalidBucketName: {
|
||||
|
||||
Reference in New Issue
Block a user