Is it possible to serve two (or more) S3 buckets from a single domain using path to specify the origin bucket?
For example:
cdn.domain.com/imageswould be served from the bucketbucket-imagescdn.domain.com/fileswould be served from the bucketbucket-files
If possible, how to configure CloudFront distribution to make it work?