0.3.2 Adds concept of additional bucket policies
what
- This allows a user of this module to specify additional arbitrary policies they would like to apply to the bucket.
why
- Currently, the
allow_encrypted_uploads_only
option uses the only attachment available for bucket policies on the s3 bucket. If a user needs to add their own policies, say to enable cross account access to the bucket, they cannot. This allows them to do that.