forked from TrueCloudLab/frostfs-s3-gw
[#171] Update message error auth header malformed
Signed-off-by: Roman Loginov <r.loginov@yadro.com>
This commit is contained in:
parent
b8c93ed391
commit
c4af1dc4ad
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue