S3 存储桶文件夹的 DNS 名称

DNS name for S3 bucket folder

是否可以为 S3 存储桶文件夹分配一个唯一的域名 - 不是整个存储桶而是存储桶中的一个文件夹?

例如,如果我有一个存储桶 s3.amazonaws.com/my.domain.tv 和该存储桶中的一个文件夹 Vasilis/ 我想指向一个域名 vasilis.domain.tv 在 s3.amazonaws.com/my.domain.tv/Vasilis.

我找到了如何对整个存储桶执行此操作,但找不到文件夹的任何内容。

此外,我可以使用 cloudfront 来实现吗,即为存储桶中的特定文件夹创建分发?

您可以为特定文件夹创建分发,12 月中旬刚刚宣布:

Amazon CloudFront Now Allows Directory Path as Origin Name- Date: December 16, 2014

Details: When you specify the origin for a CloudFront distribution - the Amazon S3 bucket or the custom origin where you store the original version of content - you can now specify a directory path in addition to a domain name. This makes it easier for you to deliver different types of content via CloudFront without changing your origin infrastructure. Learn more by reading our announcement.

https://aws.amazon.com/about-aws/whats-new/2014/12/16/amazon-cloudfront-now-allows-directory-path-as-origin-name/