How do I access the same bucket using multiple domains on Amazon S3?

Posted by user205865 on Stack Overflow See other posts from Stack Overflow or by user205865
Published on 2010-01-11T01:15:23Z Indexed on 2010/04/11 23:03 UTC
Read the original article Hit count: 230

Filed under:

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.

© Stack Overflow or respective owner

Related posts about amazon-s3