I can access my R2 objects directly via
I can access my R2 objects directly via a custom domain for my production env. Is there a way to similarly access R2 objects via a URL when running everything locally (via vite and sveltekit) ?
1 Reply
based on this, looks like a "no"
https://github.com/cloudflare/workers-sdk/issues/3687
GitHub
🚀 Feature Request: Ability to emulate a public R2 bucket when de...
Describe the solution Under Wrangler 2, when running locally any files you'd upload to a "local" R2 bucket would be saved in a directory with the exact filename you gave it at upload ...