Description of Issue
This is a feature request.
AWS S3 has the option to enable default encryption in S3 buckets, but it seems to be missing from the boto_s3_bucket state. It would be nice if it was possible to enable encryption during bucket creation. I couldn't find the implementation for this or issues related to this feature; if they're exist, sorry for opening this one.
The configuration could be similar to the other parameters. Something like:
boto_s3_bucket.present:
...
- ServerSideEncryptionConfiguration:
SSEAlgorithm: aws:kms
KMSMasterKeyID: 000000-11111
Setup
N/A
Steps to Reproduce Issue
N/A
Versions Report
N/A
Description of Issue
This is a feature request.
AWS S3 has the option to enable default encryption in S3 buckets, but it seems to be missing from the boto_s3_bucket state. It would be nice if it was possible to enable encryption during bucket creation. I couldn't find the implementation for this or issues related to this feature; if they're exist, sorry for opening this one.
The configuration could be similar to the other parameters. Something like:
Setup
N/A
Steps to Reproduce Issue
N/A
Versions Report
N/A