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

posta un anno fa236 visualizzazioni
1 Risposta
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
ESPERTO
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande