added wrapper Pleroma.HTTP for ExAws.S3

This commit is contained in:
Maksim Pechnikov 2020-06-25 07:12:29 +03:00
commit 439a1a0218
3 changed files with 78 additions and 0 deletions

View file

@ -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"