truncated_namespace should default to nil

This commit is contained in:
Mark Felder 2021-01-13 11:54:00 -06:00
commit f0ab60189e
3 changed files with 6 additions and 4 deletions

View file

@ -72,7 +72,7 @@ config :pleroma, Pleroma.Uploaders.Local, uploads: "uploads"
config :pleroma, Pleroma.Uploaders.S3,
bucket: nil,
bucket_namespace: nil,
truncated_namespace: false,
truncated_namespace: nil,
streaming_enabled: true
config :ex_aws, :s3,