Skip to content

Commit db452e9

Browse files
committed
disable R2
1 parent b8be3b0 commit db452e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wrangler.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ custom_domain = true
3131
binding = "PB" # do not touch this
3232
id = "e485dfc7728c4c06860741da8a0dfb32" # id of your KV namespace
3333

34-
[[r2_buckets]]
35-
binding = "R2" # do not touch this
36-
bucket_name = "pb-shz-al" # bucket name of your R2 bucket
34+
# [[r2_buckets]]
35+
# binding = "R2" # do not touch this
36+
# bucket_name = "pb-shz-al" # bucket name of your R2 bucket
3737

3838
[vars]
3939
# must be consistent with your routes
@@ -68,7 +68,7 @@ MAX_EXPIRATION = "30d"
6868
BASIC_AUTH = {}
6969

7070
# Files larger than this threshold will be stored in R2
71-
R2_THRESHOLD = "100K"
71+
R2_THRESHOLD = "100M"
7272

7373
# File larger than this will be denied
7474
R2_MAX_ALLOWED = "100M"

0 commit comments

Comments
 (0)