mirror of
https://github.com/minio/minio.git
synced 2025-04-01 10:13:42 -04: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: {
|
ErrNoSuchUpload: {
|
||||||
Code: "NoSuchUpload",
|
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,
|
HTTPStatusCode: http.StatusNotFound,
|
||||||
},
|
},
|
||||||
ErrNotImplemented: {
|
ErrNotImplemented: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user