aboutsummaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-06-25 07:12:29 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-06-25 07:12:29 +0300
commit439a1a0218fe032ac35bb2e84516a8a4bf8563b4 (patch)
tree4b392eea811e2f5053bb5f44906441cc6ca41c26 /config/config.exs
parentae94fcc95f4ac105ed8c2b87dc36fbeea066866d (diff)
downloadpleroma-439a1a0218fe032ac35bb2e84516a8a4bf8563b4.tar.gz
added wrapper Pleroma.HTTP for ExAws.S3
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index bd559c835..5aad26e95 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -697,6 +697,8 @@ config :pleroma, :mrf,
config :tzdata, :http_client, Pleroma.HTTP.Tzdata
+config :ex_aws, http_client: Pleroma.HTTP.ExAws
+
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"