mirror of
https://github.com/minio/minio.git
synced 2025-01-23 20:53:18 -05:00
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…
x
Reference in New Issue
Block a user