1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
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
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 6 Monaten
CloudFront supports the use case you just described. You will get a unique globally available URL for your distribution that you can alias from within the CDN with your own domain name. Below is a lab that will walk you through an example configuration.
https://www.wellarchitectedlabs.com/security/100_labs/100_cloudfront_with_s3_bucket_origin/