I have a CRUD application built with node/express where users can upload images to my s3 bucket. I'm wondering what the best way to configure my bucket settings is?
Currently they're set like this:
Block all public access
Off
Block public access to buckets and objects granted through new access control lists (ACLs)
Off
Block public access to buckets and objects granted through any access control lists (ACLs)
Off
Block public access to buckets and objects granted through new public bucket or access point policies
Off
Block public and cross-account access to buckets and objects through any public bucket or access point policies
Off
But I'm wondering if there's a way I can tighten the security up, is there a way I can block all those points, but whitelist my website sort of thing?
And yes I have read through the S3 documentation, and I haven't been able to find any relevant information
question from:
https://stackoverflow.com/questions/65853198/configure-s3-bucket-settings-for-crud-application 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…