|
|
|
|
|
by tarr11
3209 days ago
|
|
Setting permissions on s3 buckets is absurdly complicated. Though it's no excuse, it's not surprising people leave it open, it's too hard to figure out how to lock it down. Amazon needs to share some of the blame here and create a sane UI. |
|
Default settings are usually NO public read, and it actually takes more work to make stuff publicly readable on S3 than to just leave it as private.
I am thinking the biggest stuff up with this vendor is that they made the entire bucket or bucket key available publicly, which is a pretty dumb, and deliberate thing.
If you wanted people to access resumes on an individual basis via a known web link, then just make the documents individually publicly readable, but don't make the entire bucket readable by default.
Better still, use Amazon's 'one time' or time based permissions to make sensitive files only available to a certain person or for a limited time.
Re: UI - Amazons new S3 console is spades better than their old one - plenty of auditing and analytics tools there too which can prevent silly mistakes like this.