From 4d701a0b51f5c98171db56145a451178ad25634c Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Sat, 16 Sep 2023 17:03:08 +0800 Subject: [PATCH] Revert "Disable path_style S3 URLs for syncing" This reverts commit 95d196978d939bff1fc01c692a7887a439299716. --- config.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config.rb b/config.rb index 49ed86de0e..988e5d6e5b 100644 --- a/config.rb +++ b/config.rb @@ -94,7 +94,6 @@ class << self activate :s3_sync do |s3_sync| s3_sync.region = 'us-east-1' s3_sync.prefer_gzip = false - s3_sync.path_style = false end # these files have long lived cache haaders