mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
TestServer introduction and revamp of functional tests. (#1940)
Allows for easy creation of Test server with temp backend. changes
This commit is contained in:
committed by
Harshavardhana
parent
409b4ddecb
commit
ba5bb4a127
@@ -262,7 +262,7 @@ var errorCodeResponse = map[APIErrorCode]APIError{
|
||||
},
|
||||
ErrSignatureDoesNotMatch: {
|
||||
Code: "SignatureDoesNotMatch",
|
||||
Description: "The request signature we calculated does not match the signature you provided.",
|
||||
Description: "The request signature we calculated does not match the signature you provided. Check your key and signing method.",
|
||||
HTTPStatusCode: http.StatusForbidden,
|
||||
},
|
||||
ErrMethodNotAllowed: {
|
||||
|
||||
Reference in New Issue
Block a user