Jake Smith
Jake Smith

Reputation: 9

Setting up Amazon S3 for custom URLs

I just recently started to use the S3 service from Amazon Web Services. I have no problem settings up buckets so that I can store files in them and link to them from my website, but the thing I am trying to do is make it so it looks like I am hosting the files off of my own website.

What I have done is created 3 buckets:

I then went over to my web hosting account and logged into cpanel. I clicked on Advanced DNS Zone Editor and put in the following information: http://gyazo.com/71fe0d3996df69021bd7f097436cca63

It has been over 4 hours now and stil when I go to for example http://css.mydomain.com/, I get a message indicating that the browser couldn't find the page.

How can I resolve this?

Upvotes: 0

Views: 231

Answers (1)

Tej Kiran
Tej Kiran

Reputation: 2238

If you have all user read permission on the files then I suggest you to do following things one by one... - Only for confirmation - did you enable s3 website ? 1. Check s3 file- are you able to access direct link - http://css.mydomain.com.s3.amazonaws.com/defaulultpage.html 2. Check s3 website- are you able to access direct link - http://css.mydomain.com.s3-website-us-east-1.amazonaws.com

Let us know the result...

Upvotes: 1

Related Questions