1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
Contenus pertinents
- demandé il y a 2 ans
- demandé il y a 9 mois
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a 6 mois
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/