We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3498099 + 8dbcb8d commit 0738c13Copy full SHA for 0738c13
1 file changed
database/templates/WALE_S3_ENDPOINT
@@ -1 +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 commit comments