Amazon CloudFront Directory Path as Origin Name -
i quite new amazon cloudfront , struggling achieve couple of solutions. have large, medium , small images sitting on our s3 bucket, have same names sit in different folders according dimension/size. trying achieve following:
i want display directory path origin name, similiar internal routing uri can not seem find solution. have read in documentation possible struggling. paths should https://name.cloudfront.net/p_image_large/file1.jpg , https://name.cloudfront.net/p_image_medium/file1.jpg , https://name.cloudfront.net/p_image_small/file1.jpg.
as can see file1.jpg same name have different sizes in different folders.
cloudfront displaying image https://name.cloudfront.net/file1.jpg not how want it. in nginx have got working alias based on request uri.
any appreciated.
Comments
Post a Comment