开发者

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

开发者 https://www.devze.com 2022-12-15 20:16 出处:网络
I w开发者_JS百科ould 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 su

I w开发者_JS百科ould 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.


You don't need to do this. S3 should handle many download requests at once. If you need more than that, then use cloud front, which gets the files closer to your clients.

If by 'parallelize requests' you mean something else, then please elaborate.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号