omortis
CDCloudflare Developers
•Created by omortis on 4/12/2025 in #workers-help
Emulating R2 locally
Hello! The R2/worker docs state:
By default wrangler dev runs in local development mode. In this mode, all operations performed by your local worker will operate against local storage on your machine.
I have a worker pulling files from R2, so no problems there. Also the wrangler deploy is quick, so generally I have no need of local storage. I am curious however what "operate against local storage on your machine" means. Is the general idea that we will setup env.BUCKET_NAME
to point to some local folder to make this work? Does the R2 get (e.g. env.BUCKET_NAME.get()
) somehow grok this local filesystem link?4 replies
CDCloudflare Developers
•Created by omortis on 4/10/2025 in #general-help
Can not delete domain? I do not have permission to take this action.
Hello! I have a couple extraneous domains listed in my account, both in "Finish Setup" status, but when I click the 3 dots to remove them, the remove option is red and unusable and the circled i tells me "You do not have permission to take this action. Contact your account admin". It's just me (personal account), so I think I am the account admin? 😊
Am I missing something? Do I have something setup incorrectly? This is just a dash question. Everything else works fine. Thanks!
2 replies