From 868e5b78acc2e4b1f2a5dde80c872c570fa82451 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Fri, 1 Aug 2025 15:57:32 +0200 Subject: [PATCH] Remove AWS_ENDPOINT from storage config --- config/storage.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/storage.yml b/config/storage.yml index 20d32822..0d9a1fec 100644 --- a/config/storage.yml +++ b/config/storage.yml @@ -14,10 +14,6 @@ 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") %> - force_path_style: true - <% end %> <% end %> # Remember not to checkin your GCS keyfile to a repository