cloudflare notes

Errors

wrangler bucket not found

workers.api.error.bucket_not_found [code: 10085]

solution: https://developers.cloudflare.com/r2/reference/data-location/#using-jurisdictions-from-workers

[[r2_buckets]]
bindings = [
{ binding = "MY_BUCKET", bucket_name = "<YOUR_BUCKET_NAME>", jurisdiction = "<JURISDICTION>" }
]