I/O upload fails because of invalid ID or the multipart upload aborted or completed

Description
While the object upload is in progress, there could be an error if there is CES IP movement, which might took longer time than expected.
The following error might be seen during the object upload.
Error
s3user8401 cp /root/file_50G s3://newbucket-8401
upload failed: ./file_50G to s3://newbucket-u5003-ha/file_50G An error occurred (NoSuchUpload)
when calling the CompleteMultipartUpload operation: The specified multipart upload does not exist. 
The upload ID might be invalid, or the multipart upload might have been aborted or completed.
According to this error the object does not exist at the S3 bucket related directory. This could be either because the object upload could be completed or the object could be uploaded when the CES IP moved across the CES nodes. The S3 account user can issue a GET request or list the bucket, and the object may become visible.
Workaround
No action