Finding public S3 objects
There's lot of concern over public objects in S3 buckets. Now Amazon gives you a way to lock down entire buckets - but what if you legitimately have a mix of public and private objects? Ruby script to find public S3 objects First get 2 gems: source 'https://rubygems.org'
Read more