mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Add force_path_style to storage config
This commit is contained in:
parent
e1370fc793
commit
d90b09e78a
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue