Add missing :ex_aws, :s3, :region setting

This commit is contained in:
Mark Felder 2021-01-29 11:31:15 -06:00
parent 7f07871639
commit 2048b93929
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"]
}
]
},