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 Cap11mo ago
You should be able to use streams to pass larger files through a worker with limited ram.
dreamramon
dreamramon11mo ago
is there any sample code to upload large file to r2 though worker with streams?