简体   繁体   English

没有Cloudfront的Amazon S3多个自定义域

[英]Amazon S3 Multiple Custom Domain Without Cloudfront

Is it possible to setup Amazon's Simple Storage Solution to use custom domains (storage-01.example.com, storage-02.example.com, storage-03.example.com, ...) without using Cloud Front? 是否可以设置Amazon的简单存储解决方案,以便在不使用Cloud Front的情况下使用自定义域(storage-01.example.com,storage-02.example.com,storage-03.example.com,...)? I don't really care about having an 'edge' network, but do want the browsers to make parallel requests for assets. 我并不真正关心拥有“边缘”网络,但确实希望浏览器对资产进行并行请求。 Thanks! 谢谢!

No, unless you duplicate your keys into multiple S3 buckets. 不,除非您将密钥复制到多个S3存储桶中。 This is because S3 uses the Host header value as a reference to the bucket. 这是因为S3使用Host头值作为对bucket的引用。

I guess you could be sneaky and take advantage of the different URL styles. 我想你可能会偷偷摸摸并利用不同的URL样式。 But it's a horrible suggestion and I would never implement it. 但这是一个可怕的建议,我永远不会实现它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM