From e6f487d669999586d12556500fc5a711da79b594 Mon Sep 17 00:00:00 2001 From: Karol Konkol Date: Mon, 13 May 2024 10:54:12 +0200 Subject: [PATCH] Don't normalize aws path --- config/config.exs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 086f6f3d..e9a89f74 100644 --- a/config/config.exs +++ b/config/config.exs @@ -41,7 +41,9 @@ config :jellyfish, divo: "docker-compose.yaml", divo_wait: [dwell: 1_500, max_tries: 50] -config :ex_aws, :http_client, Jellyfish.Component.HLS.HTTPoison +config :ex_aws, + http_client: Jellyfish.Component.HLS.HTTPoison, + normalize_path: false config :bundlex, :disable_precompiled_os_deps, apps: [:membrane_h264_ffmpeg_plugin, :ex_libsrtp]