1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
0
Ensure that your S3 bucket permissions are set correctly:
- Block Public Access: Enable “Block all public access” for your S3 bucket to prevent accidental public exposure.
- Bucket Policy: Create a bucket policy that denies public access to all objects in the bucket.
- Object ACLs: Make sure that individual objects (documents) are not publicly accessible. Set their ACLs to private or restrict access to authorized users only.
Contenido relevante
- preguntada hace 15 días
- preguntada hace un mes
- preguntada hace 5 días
- preguntada hace 3 meses
- OFICIAL DE AWSActualizada hace 6 meses
- OFICIAL DE AWSActualizada hace un año
- OFICIAL DE AWSActualizada hace un año
Thank you! Is there any way to block the S3 Documents from being Searchable on Google while still having the link public to have our clients click on the document to access it without having to sign into a platform?