- Ensure public bucket policies are allowed before trying to write one
- Allow control of public ACLs
- Add a
--version
command-line parameter
- Set public access block for buckets with public files
- Do not restrict boto3 version in the requirements.
- Fix no credentials error being not handled.
- Require Python version of at least 3.4.
- Update README.
- Update PyPI classifiers.
- Allow user to specify a list of paths that s3:getObject is set on rather than doing it on the whole bucket (#4).
- Set user access on bucket policy rather than IAM policy (#11).
- Don't require non-essential permissions and specify them in the README file (#12).
Initial release.