Change R2 binding
This commit is contained in:
parent
1e48f6ead6
commit
892df136f8
@ -95,7 +95,7 @@ TEST_SUBJECT_ID = "test"
|
|||||||
# Docs: https://developers.cloudflare.com/workers/wrangler/configuration/#r2-buckets
|
# Docs: https://developers.cloudflare.com/workers/wrangler/configuration/#r2-buckets
|
||||||
[[r2_buckets]]
|
[[r2_buckets]]
|
||||||
binding = "EXP_DATA"
|
binding = "EXP_DATA"
|
||||||
bucket_name = "test"
|
bucket_name = "experiment"
|
||||||
|
|
||||||
# Bind another Worker service. Use this binding to call another Worker without network overhead.
|
# Bind another Worker service. Use this binding to call another Worker without network overhead.
|
||||||
# Docs: https://developers.cloudflare.com/workers/wrangler/configuration/#service-bindings
|
# Docs: https://developers.cloudflare.com/workers/wrangler/configuration/#service-bindings
|
||||||
|
Loading…
Reference in New Issue
Block a user