AWS SDK Presigned URL + Multipart upload

premunk picture premunk · Aug 4, 2015 · Viewed 8.5k times · Source

Is there a way to do a multipart upload via the browser using a generated presigned URL?

Answer

Sandeep Ghai picture Sandeep Ghai · Oct 11, 2018

I was managed to achieve this in serverless architecture by creating a Canonical Request for each part upload using Signature Version 4. You will find the document here AWS Multipart Upload Via Presign Url