Redirect S3 URL to Domain URL

0

I have my image stored on my server as xyz.com/images , Now I have moved my folder to s3 but I want my URL to be the same. I don't want use Cloud front for redirect , Is their a was to use redirection rules to change the path URL images

1 回答
3

I think what you're asking is that you want http://xyz.com/images/ to be hosted in S3 while your website is still hosted on your server. Is that correct?

If so, you can't have your server (xyz.com) and the S3 bucket with the same DNS name. You can create a bucket which is (say) images.xyz.com and then reference that from your server in your webpages.

If your whole site is being moved to S3 then I would strongly recommend that you use CloudFront because you get HTTPS support and the ability be much more flexible with redirects.

profile pictureAWS
专家
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则