Travis Reeder
Travis Reeder
Hi @BraunreutherA , I've moved everything to a new project here: https://github.com/treeder/dj
I think what we're all looking for here is the localhost version of the public bucket URL: 
Anyone from cloudflare aware of this or working on it?
Nice one @emilienbidet , thanks, will try it out this week!
@serikshaikamalov that's awesome, just tried it out. Here's the Hono version: ```js app.get('/r2/*', async (c) => { const key = c.req.path.substring('/r2/'.length) console.log("Local r2 key: ", key) const file = await...
Use the code shared above.
That would explain this one too: https://github.com/cloudflare/workers-sdk/issues/4824
To run those commands inside docker, we'd have to have a docker-in-docker build, which we don't have. Best to run it outside of docker if you can.
Ya, that's an option.
Is that file unmodified from your node?