From: Mark Felder Date: Fri, 29 Jan 2021 17:31:15 +0000 (-0600) Subject: Add missing :ex_aws, :s3, :region setting X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=2048b93929360a2917f160c18176c201e51330a1;p=akkoma Add missing :ex_aws, :s3, :region setting --- diff --git a/config/description.exs b/config/description.exs index fac5a006e..f84b52a4f 100644 --- 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"] } ] },