@ -317,7 +317,7 @@ var errorCodeResponse = map[APIErrorCode]APIError{
},
},
ErrInvalidPart:{
ErrInvalidPart:{
Code:"InvalidPart",
Code:"InvalidPart",
Description:"One or more of the specified parts could not be found.",
Description:"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.",
@ -307,7 +307,7 @@ func (e InvalidUploadID) Error() string {
typeInvalidPartstruct{}
typeInvalidPartstruct{}
func(eInvalidPart)Error()string{
func(eInvalidPart)Error()string{
return"One or more of the specified parts could not be found"
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."
}
}
// PartTooSmall - error if part size is less than 5MB.
// PartTooSmall - error if part size is less than 5MB.