Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
260 views
in Technique[技术] by (71.8m points)

amazon web services - Configure S3 bucket settings for CRUD application

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...