Amazon s3 bucket with GoDaddy

0

I have a bucket on Amazon s3 to upload images. I have associated it with a subdomain that I have with Go Daddy. Up to here, all good.

I have three ways to access any file in the bucket:

  
  • subdomain.domain.com
  •   
  • your_bucket_name.s3.amazonaws.com
  •   
  • s3.amazonaws.com/your_bucket_name
  •   

    I would like that when I put options 2 and 3 they would be redirected to option 1. I tried Route53, but I could not, and I tried a bit blindly with GoDaddy, but without success.

        
    asked by Sunny 06.08.2017 в 16:28
    source

    1 answer

    0

    Maybe you can do it like that. Enter the S3 console and Properties choose the Static web hosting card. There, configure your redirection.

        
    answered by 06.08.2017 в 17:09