is there any function like this in AWS Cloudfront CDN ?

0

Hello. Thanks for kind reading in advance.

I am currently using BunnyCDN but the image render is not working at all(just white paper..) when the traffic increases. I am wondering why it happens ;(

To replace the CDN conveniently, I am looking for CDN provider like this

If I store the jpg files to S3 storage, can I get the unique url address link for each jpg files? I mean , if I store 100 number of jpg files , then there should be 100 unique url per each files. So that I can embed that link to my app admin panel

The important thing is, the url address should be same across the region. Suppose the file name is AAA . The url of this AAA file should be same across the region like Asia, USA, Europe region . And if the user click the url, will be cached from the nearest region automatically.

May I ask, does the Cloudfront CDN has the above function?

Thanks

已提問 1 年前檢視次數 236 次
1 個回答
0

Hi,

Yes, each S3 key name uniquely identifies the Object and its URL location.

If you attempt to upload an object with the same name, in the same bucket location, it will be overridden, meaning you ll always have unique keys / paths, even in CloudFront.

https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html

profile picture
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南