AWS S3 Multipart upload error: NoSuchUpload
Unanswered
Asian black bear posted this in #help-forum
Asian black bearOP
AWS S3 Multipart upload error: NoSuchUpload
I am getting this error in AWS S3 multipart upload on CompleteMultipartUploadCommand.
Error: NoSuchUpload: The specified upload does not exist. The upload ID may be invalid, or the upload may have been aborted or completed.
I have initalized the multipart upload with CreateMultipartUploadCommand, and then using the uploadId from the response i upload my chunks with UploadPartCommand, i get http status 200 for all of this. chunk size are more than 5mb
But when i send CompleteMultipartUploadCommand i get the error. Even though i run ListMultipartUploadsCommand and i am able to see the uploadId there in uploads array and in NextUploadIdMarker.
What am i missing?
I am getting this error in AWS S3 multipart upload on CompleteMultipartUploadCommand.
Error: NoSuchUpload: The specified upload does not exist. The upload ID may be invalid, or the upload may have been aborted or completed.
I have initalized the multipart upload with CreateMultipartUploadCommand, and then using the uploadId from the response i upload my chunks with UploadPartCommand, i get http status 200 for all of this. chunk size are more than 5mb
But when i send CompleteMultipartUploadCommand i get the error. Even though i run ListMultipartUploadsCommand and i am able to see the uploadId there in uploads array and in NextUploadIdMarker.
What am i missing?