mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
verify maxPartID in object options helpers (#17015)
This commit is contained in:
@@ -112,3 +112,6 @@ var errIAMNotInitialized = errors.New("IAM sub-system is being initialized, plea
|
||||
|
||||
// error returned when upload id not found
|
||||
var errUploadIDNotFound = errors.New("Specified Upload ID is not found")
|
||||
|
||||
// error returned when PartNumber is greater than the maximum allowed 10000 parts
|
||||
var errInvalidMaxParts = errors.New("Part number is greater than the maximum allowed 10000 parts")
|
||||
|
||||
Reference in New Issue
Block a user