I am using amazon s3 bucket as the image server. And I want to use a subdomain of my site, how to address this bucket.
Eg: A picture is now in https://s3-sa-east-1.amazonaws.com/nomeBucket/pasta/imag.png, and I access it through this same link.
If the link was something like images.mydomain.com.br / folder / imag.png Is there any way I can do this? appoint a subdomain address to a bucket? I've tried the Amazon Route 53, as CNAME. I tried this: https://s3-sa-east-1.amazonaws.com/nomeBucket/
But it did not work. Any workarounds?