Skip to content

Commit 5abbdf1

Browse files
authored
fix: enable s3 locally by default (#4609)
1 parent 28de7d2 commit 5abbdf1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/config/templates/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ file_size_limit = "50MiB"
112112
# allowed_mime_types = ["image/png", "image/jpeg"]
113113
# objects_path = "./images"
114114

115-
# Uncomment to allow connections via S3 compatible clients
116-
# [storage.s3_protocol]
117-
# enabled = true
115+
# Allow connections via S3 compatible clients
116+
[storage.s3_protocol]
117+
enabled = true
118118

119119
# Image transformation API is available to Supabase Pro plan.
120120
# [storage.image_transformation]

pkg/config/testdata/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ file_size_limit = "50MiB"
112112
allowed_mime_types = ["image/png", "image/jpeg"]
113113
objects_path = "./images"
114114

115-
# Uncomment to allow connections via S3 compatible clients
115+
# Allow connections via S3 compatible clients
116116
[storage.s3_protocol]
117117
enabled = true
118118

0 commit comments

Comments
 (0)