Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support object lock configurations #81

Closed
nate-selzer opened this issue Mar 30, 2021 · 1 comment
Closed

Support object lock configurations #81

nate-selzer opened this issue Mar 30, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@nate-selzer
Copy link

Describe the Feature

Support adding a lock configuration to your bucket
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket#object_lock_configuration

Expected Behavior

At minimum - allow user to pass in lock configurations as a variable, and create the s3 bucket with that lock configuration.

Use Case

Trying to store deployment artifacts in s3. Would like these to be immutable for some time similar to how ECR repositories can have immutable tags.

Describe Ideal Solution

At minimum - allow user to pass in lock configurations as a variable, and create the s3 bucket with that lock configuration. Additionally, there could be a boolean option to assign the bucket user s3:ByPassGovernanceRetention permissions, but this isn't necessary for my use case.

@korenyoni
Copy link
Member

Main use case resolved by #84, which closes this issue.

@korenyoni korenyoni added the enhancement New feature or request label Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants