projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f07871
)
Add missing :ex_aws, :s3, :region setting
author
Mark Felder
<feld@feld.me>
Fri, 29 Jan 2021 17:31:15 +0000
(11:31 -0600)
committer
Mark Felder
<feld@feld.me>
Fri, 29 Jan 2021 17:31:15 +0000
(11:31 -0600)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index fac5a006e9b6538e26ff17905687638be2934402..f84b52a4f6904822f75f037990a2aeacf38b09c7 100644
(file)
--- 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"]
}
]
},