Skip to content

Commit 0738c13

Browse files
committed
Merge pull request #4767 from LoicMahieu/feature/database-ssl
feat(database): supports HTTPs as S3 endpoint
2 parents 3498099 + 8dbcb8d commit 0738c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
http+path://{{ getv "/deis/store/gateway/host" }}:{{ getv "/deis/store/gateway/port" }}
1+
http{{ if eq (getv "/deis/store/gateway/port") "443"}}s{{ end }}+path://{{ getv "/deis/store/gateway/host" }}:{{ getv "/deis/store/gateway/port" }}

0 commit comments

Comments
 (0)