From 28ec525170f31b116741c96c93a6c8c7c7b11153 Mon Sep 17 00:00:00 2001 From: moustachu Date: Thu, 22 Aug 2024 13:23:28 +0200 Subject: [PATCH] fix: Active Storage path style for scaleway object storage see : https://github.com/OpenSourcePolitics/decidim-app/pull/466 --- config/storage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/storage.yml b/config/storage.yml index f902f246..54e2f21c 100644 --- a/config/storage.yml +++ b/config/storage.yml @@ -13,6 +13,7 @@ scaleway: secret_access_key: <%= Rails.application.secrets.dig(:scaleway, :token) %> region: fr-par bucket: <%= Rails.application.secrets.dig(:scaleway, :bucket_name) %> + force_path_style: true # Use rails credentials:edit to set the AWS secrets (as aws:access_key_id|secret_access_key) # amazon: