For Workers & Pages, what is the name of the domain?
If u need, hit me up.
What is the error number?
NO
What is the error message?
NO
What is the issue or error you’re encountering
NO
What steps have you taken to resolve the issue?
I wrote a node script to upload hundreds of thousands of small JSON dictionary files to R2 storage (these files are some kind of developer docs translation files, trust me, I’m not abusing Cloudflare’s generosity).
The total size of these files is around 500MB. I set it to 5 requests per second. It’s taking too long, and there’s a risk of the process getting interrupted, which makes me start over (of course, I check if the file exists first, but that wastes a B operation).
So I’m wondering if there’s a simple way to support high-concurrency uploads of lots of small files, or maybe support uploading a zip file and automatically extracting it to R2?
What are the steps to reproduce the issue?
NO