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/images
would be served from the bucketbucket-images
cdn.domain.com/files
would be served from the bucketbucket-files
If possible, how to configure CloudFront distribution to make it work?