[#171] Update message error auth header malformed

Signed-off-by: Roman Loginov <r.loginov@yadro.com>
pull/215/head
Roman Loginov 2023-10-03 15:51:04 +03:00 committed by Alexey Vanin
parent b8c93ed391
commit c4af1dc4ad
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ var errorCodes = errorCodeMap{
ErrAuthorizationHeaderMalformed: {
ErrCode: ErrAuthorizationHeaderMalformed,
Code: "AuthorizationHeaderMalformed",
Description: "The authorization header is malformed; the region is wrong; expecting 'us-east-1'.",
Description: "The authorization header that you provided is not valid.",
HTTPStatusCode: http.StatusBadRequest,
},
ErrMalformedPOSTRequest: {