mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Add condition
This commit is contained in:
parent
d90b09e78a
commit
343645b709
1 changed files with 2 additions and 0 deletions
|
|
@ -14,8 +14,10 @@ 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