I am developing locally and am trying to transfer large videos from R2 to Stream and hitting the siz
I am developing locally and am trying to transfer large videos from R2 to Stream and hitting the size limit issue.
What would be the best way to handle this? can you actually send a tus request via worker without a browser? Would this work on server?
https://developers.cloudflare.com/stream/uploading-videos/resumable-uploads/
Or is should I create a R2 link via S3 only on a real R2 bucket, because I don't think we can do this on local testing??
https://developers.cloudflare.com/stream/uploading-videos/upload-via-link/
https://developers.cloudflare.com/r2/examples/aws/aws4fetch/#generate-presigned-urls
What would be the best way to handle this? can you actually send a tus request via worker without a browser? Would this work on server?
https://developers.cloudflare.com/stream/uploading-videos/resumable-uploads/
Or is should I create a R2 link via S3 only on a real R2 bucket, because I don't think we can do this on local testing??
https://developers.cloudflare.com/stream/uploading-videos/upload-via-link/
https://developers.cloudflare.com/r2/examples/aws/aws4fetch/#generate-presigned-urls


