We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8be3b0 commit db452e9Copy full SHA for db452e9
wrangler.toml
@@ -31,9 +31,9 @@ custom_domain = true
31
binding = "PB" # do not touch this
32
id = "e485dfc7728c4c06860741da8a0dfb32" # id of your KV namespace
33
34
-[[r2_buckets]]
35
-binding = "R2" # do not touch this
36
-bucket_name = "pb-shz-al" # bucket name of your R2 bucket
+# [[r2_buckets]]
+# binding = "R2" # do not touch this
+# bucket_name = "pb-shz-al" # bucket name of your R2 bucket
37
38
[vars]
39
# must be consistent with your routes
@@ -68,7 +68,7 @@ MAX_EXPIRATION = "30d"
68
BASIC_AUTH = {}
69
70
# Files larger than this threshold will be stored in R2
71
-R2_THRESHOLD = "100K"
+R2_THRESHOLD = "100M"
72
73
# File larger than this will be denied
74
R2_MAX_ALLOWED = "100M"
0 commit comments