1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
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
Conteúdo relevante
- AWS OFICIALAtualizada há 2 anos
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/