I believe the following question should be asked here and not @Super User.
My web application is using S3 for users to download files. Prior customizing the url, files were downloaded from S3 with this url scheme:
https://mybucket.s3-website-us-west-1.amazonaws.com/file.zip
I wanted to hide from the users that i am using S3 for my files, so i made a new CName (files.mydomain.com) at my DNS panel with the value S3.amazonaws.com
.
Now the url is http://files.mydomain.com/file.zip
.
My question is since the file is hosted at S3 (which by default uses https://) are still the files downloaded via secure http? Note that i am using http for my subdomain.
I hope i made it clear.
Thanks