ChunkedUploady to AWS S3 (Multipart Upload) #862
Unanswered
peacockbah
asked this question in
Q&A
Replies: 1 comment
-
hey @peacockbah |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have the desire to leverage chunked uploady to send multi-part uploads to S3 using signedURLs.
We assume it'll be fine to hit our backend to generate a presigned URL in the item start listener & keep track of...
How can we update the URL per chunk to work with these presigned URLs? (https://aws.amazon.com/blogs/compute/uploading-large-objects-to-amazon-s3-using-multipart-upload-and-transfer-acceleration/) AWS uses a presigned URL PER part on the update.
We're currently looking at something like this:
Above is untested, trying to ask some questions before we go down this route :)
Thank you for your time!
Beta Was this translation helpful? Give feedback.
All reactions