Merge branch 'fix/configdb-missing-s3-region' into 'develop'

ConfigDB descriptions: Add missing :ex_aws, :s3, :region setting

See merge request pleroma/pleroma!3292
This commit is contained in:
feld 2021-01-29 17:44:46 +00:00
commit 4e050e51ee
1 changed files with 6 additions and 0 deletions

View File

@ -3224,6 +3224,12 @@ config :pleroma, :config_description, [
type: :string,
description: "S3 host",
suggestions: ["s3.eu-central-1.amazonaws.com"]
},
%{
key: :region,
type: :string,
description: "S3 region (for AWS)",
suggestions: ["us-east-1"]
}
]
},