From d90b09e78a267add7af3243cf15c0c6480ebb1f0 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Fri, 1 Aug 2025 15:16:55 +0200 Subject: [PATCH] Add force_path_style to storage config --- config/storage.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/storage.yml b/config/storage.yml index be7e4168..e2ad3bf9 100644 --- a/config/storage.yml +++ b/config/storage.yml @@ -14,9 +14,8 @@ s3: secret_access_key: <%= ENV.fetch("AWS_SECRET_ACCESS_KEY") %> region: <%= ENV.fetch("AWS_REGION") %> bucket: <%= ENV.fetch("AWS_BUCKET") %> - <% if ENV['AWS_ENDPOINT'] %> endpoint: <%= ENV.fetch("AWS_ENDPOINT") %> - <% end %> + force_path_style: true <% end %> # Remember not to checkin your GCS keyfile to a repository