Skip to content

Commit

Permalink
Revert "Disable path_style S3 URLs for syncing"
Browse files Browse the repository at this point in the history
This reverts commit 95d1969.
  • Loading branch information
chadlwilson committed Sep 16, 2023
1 parent 1492db3 commit 4d701a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d701a0

Please sign in to comment.