mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
Add corresponding tests
This commit is contained in:
@@ -90,7 +90,7 @@ var errorCodeResponse = map[int]Error{
|
||||
},
|
||||
InvalidMaxParts: {
|
||||
Code: "InvalidArgument",
|
||||
Description: "Argument maxParts must be an integer between 1 and 10000 ",
|
||||
Description: "Argument maxParts must be an integer between 1 and 10000",
|
||||
HTTPStatusCode: http.StatusBadRequest,
|
||||
},
|
||||
InvalidPartNumberMarker: {
|
||||
|
||||
Reference in New Issue
Block a user