Skip to content

Add support for default bucket encryption in S3 buckets #53367

@gabriellhrn

Description

@gabriellhrn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    ConfirmedSalt engineer has confirmed bug/feature - often including a MCVEFeaturenew functionality including changes to functionality and code refactors, etc.State-Module

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions