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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ