mirror of https://github.com/minio/minio.git
api/multipart: Send S3 compatible error message, missing second sentence. (#2270)
This commit is contained in:
parent
7e076577de
commit
55cb55675c
|
@ -257,7 +257,7 @@ var errorCodeResponse = map[APIErrorCode]APIError{
|
|||
},
|
||||
ErrNoSuchUpload: {
|
||||
Code: "NoSuchUpload",
|
||||
Description: "The specified multipart upload does not exist.",
|
||||
Description: "The specified multipart upload does not exist. The upload ID may be invalid, or the upload may have been aborted or completed.",
|
||||
HTTPStatusCode: http.StatusNotFound,
|
||||
},
|
||||
ErrNotImplemented: {
|
||||
|
|
Loading…
Reference in New Issue