Travis Reeder

Results 238 comments of 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: ![Screenshot 2024-05-02 12 19 41 PM](https://github.com/cloudflare/workers-sdk/assets/75826/3d7d7716-9bf7-4030-ad65-025a6832754a)

@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...

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.

Is that file unmodified from your node?