mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
Update PutObjectPart error message (#13313)
Co-authored-by: sinhaashish <ashish@minio.io>
This commit is contained in:
committed by
GitHub
parent
84dcd25a36
commit
dd5804c10e
@@ -444,7 +444,7 @@ var errorCodes = errorCodeMap{
|
||||
},
|
||||
ErrInvalidMaxParts: {
|
||||
Code: "InvalidArgument",
|
||||
Description: "Argument max-parts must be an integer between 0 and 2147483647",
|
||||
Description: "Part number must be an integer between 1 and 10000, inclusive",
|
||||
HTTPStatusCode: http.StatusBadRequest,
|
||||
},
|
||||
ErrInvalidPartNumberMarker: {
|
||||
|
||||
Reference in New Issue
Block a user