X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=f84b52a4f6904822f75f037990a2aeacf38b09c7;hb=0dc68c157f9e1cb1ef53223faeb9aa8d924e3094;hp=fac5a006e9b6538e26ff17905687638be2934402;hpb=d7af0294e6a3a690524e0a08a35c9c6dafbb9f79;p=akkoma 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"] } ] },