1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
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
Contenido relevante
- OFICIAL DE AWSActualizada hace 6 meses
- OFICIAL DE AWSActualizada hace un año
- OFICIAL DE AWSActualizada hace 2 meses
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/