@ -341,6 +341,13 @@ func (e InvalidPart) Error() string {
return"One or more of the specified parts could not be found. The part may not have been uploaded, or the specified entity tag may not match the part's entity tag."
}
// PartsSizeUnequal - All parts except the last part should be of the same size
typePartsSizeUnequalstruct{}
func(ePartsSizeUnequal)Error()string{
return"All parts except the last part should be of the same size"
}
// PartTooSmall - error if part size is less than 5MB.