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.