Skip to content

Commit

Permalink
Merge pull request deis#4767 from LoicMahieu/feature/database-ssl
Browse files Browse the repository at this point in the history
feat(database): supports HTTPs as S3 endpoint
  • Loading branch information
krancour committed Nov 29, 2015
2 parents 3498099 + 8dbcb8d commit 0738c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/templates/WALE_S3_ENDPOINT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
http+path://{{ getv "/deis/store/gateway/host" }}:{{ getv "/deis/store/gateway/port" }}
http{{ if eq (getv "/deis/store/gateway/port") "443"}}s{{ end }}+path://{{ getv "/deis/store/gateway/host" }}:{{ getv "/deis/store/gateway/port" }}

0 comments on commit 0738c13

Please sign in to comment.