api/multipart: Send S3 compatible error message, missing second sentence. (#2270)

This commit is contained in:
Harshavardhana 2016-07-22 17:05:40 -07:00 committed by GitHub
parent 7e076577de
commit 55cb55675c

View file

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