is it possible to upload large file (5gb) to r2 using worker?

Hi Team, we are using worker to upload small file (less than 100mb) to r2, can we use stream to upload larger file which will prevent exceeds the limit?
2 Replies
Tin Cap
Tin Cap2y ago
You should be able to use streams to pass larger files through a worker with limited ram.
huhu
huhuOP2y ago
is there any sample code to upload large file to r2 though worker with streams?

Did you find this page helpful?