schungx
(Stephen Chung)
1
If S3 URL is set to use http
instead of https
…
But S3 CDN uses https
…
uploads/short-url
links still map to
- the S3 URL
- but with
https
protocol
Shouldn’t it map to the CDN instead of the S3 URL?
On the other hand, if mapping to the S3 URL, at least should use the specified protocol?
Falco
(Falco)
2
As there is no http-only endpoint for AWS S3, and that is the only object storage officially supported marking this as “won’t fix”.
Can’t you add TLS to your S3-like proxy thing?
3 Likes
schungx
(Stephen Chung)
3
Yes, but that requires a certificate. I was just being lazy…
schungx
(Stephen Chung)
4
Alternatively, is it possible for uploads/short-url
to map to the CDN url instead of the S3 url?