Right now when I upload a file to my Amazon s3 buckert the url to the file looks like this:
https://s3.amazonaws.com/<MY BUCKET NAME>/filename.extension
I would like to use something like this:
cdn.mysite.com/filename.extension
How can this be done?
If I need to do this via a CNAME please explain how to do that in the terminal as I don't have cpanel or any other GUI control panel.