logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 2048b93929360a2917f160c18176c201e51330a1
parent 7f0787163999fc0ac0c6fcfd0c13f80c5a55266d
Author: Mark Felder <feld@feld.me>
Date:   Fri, 29 Jan 2021 11:31:15 -0600

Add missing :ex_aws, :s3, :region setting

Diffstat:

Mconfig/description.exs6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/config/description.exs b/config/description.exs @@ -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"] } ] },