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

master
Harshavardhana 8 years ago committed by GitHub
parent 7e076577de
commit 55cb55675c
  1. 2
      api-errors.go

@ -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…
Cancel
Save