From 892df136f81f6769d17c7cfa0c86ca608d8e92f3 Mon Sep 17 00:00:00 2001 From: HoshinoKoji Date: Tue, 1 Oct 2024 22:12:01 +0800 Subject: [PATCH] Change R2 binding --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index dc3b125..45e2fa5 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -95,7 +95,7 @@ TEST_SUBJECT_ID = "test" # Docs: https://developers.cloudflare.com/workers/wrangler/configuration/#r2-buckets [[r2_buckets]] binding = "EXP_DATA" -bucket_name = "test" +bucket_name = "experiment" # Bind another Worker service. Use this binding to call another Worker without network overhead. # Docs: https://developers.cloudflare.com/workers/wrangler/configuration/#service-bindings