added wrapper Pleroma.HTTP for ExAws.S3
This commit is contained in:
parent
ae94fcc95f
commit
439a1a0218
3 changed files with 78 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue