mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
Remove AWS_ENDPOINT from storage config
This commit is contained in:
parent
343645b709
commit
868e5b78ac
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue