truncated_namespace should default to nil
This commit is contained in:
parent
67e888498c
commit
f0ab60189e
3 changed files with 6 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue