Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pkg/config/templates/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ file_size_limit = "50MiB"
# allowed_mime_types = ["image/png", "image/jpeg"]
# objects_path = "./images"

# Uncomment to allow connections via S3 compatible clients
# [storage.s3_protocol]
# enabled = true
# Allow connections via S3 compatible clients
[storage.s3_protocol]
enabled = true

# Image transformation API is available to Supabase Pro plan.
# [storage.image_transformation]
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/testdata/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ file_size_limit = "50MiB"
allowed_mime_types = ["image/png", "image/jpeg"]
objects_path = "./images"

# Uncomment to allow connections via S3 compatible clients
# Allow connections via S3 compatible clients
[storage.s3_protocol]
enabled = true

Expand Down