going from amazon s3 to cloudfront [closed]
I've been using amazon s3 to serve a large number of images. I've decided to use cloudfront. Would s3 links now intelligently use the cdn or would I have to change all my urls?
It requires a change:
- If you have been loading your images from the same domain provided by S3.
- If you had used an alias like "images.example.com" which was pointing to your S3 bucket, then you need not worry about it, since, you can create a cloud-front for your bucket and then point the cname to the newly created cloud-front URL.
精彩评论