InvalidPart: 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. #6883
Replies: 5 comments 2 replies
-
BTW I also tried to keep the double quotes around etags but nothing changed. I still get the same error 🥶 🥶 |
Beta Was this translation helpful? Give feedback.
-
I thought you cannot use SHA256 but it seems it is not the case:
|
Beta Was this translation helpful? Give feedback.
-
Stackoverflow Q&ABTW I have formulated my question in this stackoverflow Q&A, so if you know what is the problem I would love to learn from you: https://stackoverflow.com/questions/79440191/invalid-checksum-when-using-multipart-upload-with-full-object-checksum-in-nodejs |
Beta Was this translation helpful? Give feedback.
-
I guess either I've found a bug in this lib or my code 😁, it seems like it does not matter if I say You can follow the instructions here to see it for yourself, try to change that value to FULL_OBJECT or COMPOSITE. It does not change the returned checksum from S3. |
Beta Was this translation helpful? Give feedback.
-
New FindingsSo it seems there is a serious problem in AWS S3's API and with the current API we cannot actually pass the checksum of the entire object to the AWS. Currently I am looking around to see if I can get this to works somehow since this is very important in my case. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a very crud and simple script in TS and yet I am getting this weird looking error. Does not matter what I do it persists and does not allow me to complete the multipart upload.
Please help me to understand what I am doing wrong here?
I am following the docs, right? Or am I doing something wrong here?
You can see what I am doing here in this repo:
https://github.com/kasir-barati/bugs/tree/aws-s3-multipart-completion-error
Beta Was this translation helpful? Give feedback.
All reactions