首页 > 解决方案 > 为 CRUD 应用程序配置 S3 存储桶设置

问题描述

我有一个使用 node/express 构建的 CRUD 应用程序,用户可以将图像上传到我的 s3 存储桶。我想知道配置存储桶设置的最佳方法是什么?

目前它们的设置如下:

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

但我想知道是否有办法可以加强安全性,有没有办法可以阻止所有这些点,但将我的网站列入白名单之类的事情?

是的,我已通读 S3 文档,但找不到任何相关信息

标签: amazon-web-servicesamazon-s3

解决方案


推荐阅读