Skip to content

Commit

Permalink
Disable path_style S3 URLs for syncing
Browse files Browse the repository at this point in the history
Experiment to resolve issues with signatures, but probably a good idea anyway.
  • Loading branch information
chadlwilson committed Sep 16, 2023
1 parent 638a18b commit 95d1969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class << self
s3_sync.bucket = ENV['S3_BUCKET']
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 95d1969

Please sign in to comment.