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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则