diff --git a/pkg/config/templates/config.toml b/pkg/config/templates/config.toml index 3fb0d0b54..eede7d83d 100644 --- a/pkg/config/templates/config.toml +++ b/pkg/config/templates/config.toml @@ -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] diff --git a/pkg/config/testdata/config.toml b/pkg/config/testdata/config.toml index 0b4974321..6b92371b7 100644 --- a/pkg/config/testdata/config.toml +++ b/pkg/config/testdata/config.toml @@ -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