R2 `Provided readable stream must have a known length` from workers
I would like to stream a file to R2 that's being created by iterating over items in memory and JSON-stringifying them (reduce memory consumption by not double-buffering them in memory)
However I'm getting the error:
Is there a way I can stream data to R2 without knowing the exact content length ahead of time?
However I'm getting the error:
Is there a way I can stream data to R2 without knowing the exact content length ahead of time?