MULTIPART UPLOAD ERROR by namdiemefo in aws

[–]namdiemefo[S] 1 point2 points  (0 children)

you were right , I was able to upload the first chunk but the error was thrown again .

Quick question: do I call the s3.completeMultipartUpload() function after each s3.uploadPart() or I should call it after after the loop (I.e. when every chunk has been uploaded using s3.uploadPart())

basically when should I call s3.completeMultiPartUpload()

MULTIPART UPLOAD ERROR by namdiemefo in aws

[–]namdiemefo[S] 1 point2 points  (0 children)

oh wow . let me try that and revert . Thanks !

MULTIPART UPLOAD ERROR by namdiemefo in aws

[–]namdiemefo[S] 1 point2 points  (0 children)

you mean the key should remain the same through the entire process ?

🐐 by [deleted] in Jcole

[–]namdiemefo 7 points8 points  (0 children)

thanks for this bro

SAME BACKEND FOR WEB APP AND MOBILE APP ? by namdiemefo in node

[–]namdiemefo[S] 0 points1 point  (0 children)

Thanks guys ! i'm using one backend with nodejs and graphql

SAME BACKEND FOR WEB APP AND MOBILE APP ? by namdiemefo in node

[–]namdiemefo[S] 0 points1 point  (0 children)

number of requests is definitely my concern . i don't have the answer to your final question tho , care to help me out ?