TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

S3 will automatically block public access and disable ACL for new buckets

57 点作者 bubblehack3r超过 2 年前

6 条评论

skunkworker超过 2 年前
With the amount of information leaks that have occurred from S3 buckets being public, I'm surprised this wasn't fixed a decade ago.
评论 #34586862 未加载
评论 #34586830 未加载
kennu超过 2 年前
People who say this should have been done earlier, what is the use case where you considered this a problem? This was already the console UI default for manually created new buckets. Was it a problem with using CloudFormation or APIs to create buckets?
justin_oaks超过 2 年前
Perhaps you&#x27;re familiar with the saying: &quot;Make something idiot-proof and someone will make a better idiot.&quot;<p>Don&#x27;t get me wrong; these are good settings and I applaud AWS for making them. They certainly will reduce the chances of people accidentally making a bucket public. I&#x27;m just sad because I know there are those intentionally making a bucket public when they shouldn&#x27;t.<p>Sometimes it&#x27;s just easier to chmod 777 and watch all your access problems disappear.
nutbear超过 2 年前
We wrote a post on this and some of the nuances&#x2F;discrepancies for these S3 settings: <a href="https:&#x2F;&#x2F;www.cloudquery.io&#x2F;blog&#x2F;finding-enabled-s3-acls-and-disabled-s3-block-public-access" rel="nofollow">https:&#x2F;&#x2F;www.cloudquery.io&#x2F;blog&#x2F;finding-enabled-s3-acls-and-d...</a>
snowstormsun超过 2 年前
Better late than never.
some_random超过 2 年前
At long last