[#171] Update message error auth header malformed #230

Merged
alexvanin merged 1 commit from :feature/171-update_error_auth_header_malformed into master 2023-10-04 11:13:13 +00:00

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: {