v0.33.0
Rebase #49: Policy to allow only ssl uploads @pperzyna (#82)
This is a rebase of PR #49
what
- Adds enable flag to allow only ssl/https bucket uploads.
- Includes logic to merge other policies enabled by the user such as the string policy passed in via the policy variable and the other encryption policy. This prevents overriding the user defined policy (mentioned in issue #11) as long as the sid values are distinct.
why
- Provides compliance with AWS Config rule s3-bucket-ssl-requests-only.
- Fixes an outstanding issues which prevents users from specifying their own policy string and enabling userful policies pre-defined within the module.