How do I access the same bucket using multiple domains on Amazon S3?
- by user205865
I would like to parallelize requests to the resources stored on Amazon's S3 service by accessing them with different domains. I realize that I could just make multiple buckets and make sure the content is always the same. This is annoying however. Everytime I upload something, I have to do it 5 times.
Thanks.