hapiest-cloudfront-url
Version:
Maps origin URLs to an AWS Cloudfront distribution URL
16 lines • 353 B
JSON
{
"threeOrigins": {
"cloudfrontDomainName": "blahblah.cloudfront.net",
"enabled": false,
"origins": [{
"host": "my-bucket.s3.amazonaws.com",
"path": "/public"
},{
"host": "www.mysite.com",
"path": "/videos/some-category"
},{
"host": "www.anothersite.com",
"path": "yet/another/path"
}]
}
}