I have an usecase where I get chunks of data from MediaStream. Currently I am posting that chunk to worker and inside worker I am writing (appending) to file in OPFS. I want to simultaneously upload to R2 using uppy. Can I keep sending these chunks to Uppy and Uppy can upload to R2 using multipart upload? I want Uppy’s features of retrying ability and also ability to upload even after user closes tab. So Golden Retriever like service worker and then upload even when user closes the tab.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Resume "broken" S3 multipart upload | 2 | 1083 | March 17, 2023 | |
Uppy clarification for AWS Multipart upload | 1 | 1112 | March 14, 2022 | |
AWS S3 Multipart: How to auto-retry requests to the companion server that fail | 0 | 387 | July 14, 2023 | |
Resumable AWS S3 multipart integration | 6 | 2537 | September 3, 2019 | |
Uppyjs with aws multipart upload | 0 | 861 | March 14, 2023 |