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

Configure versioning for S3 bucket #1143

Open
radokristof opened this issue Sep 25, 2024 · 0 comments
Open

Configure versioning for S3 bucket #1143

radokristof opened this issue Sep 25, 2024 · 0 comments

Comments

@radokristof
Copy link

Is it possible to configure versioning when creating a bucket with sst?

I see that via transform, something like this should work:

transform: {
                bucket: {
                    versionings: [
                        {
                            enabled: true,
                            mfaDelete: false
                        }
                    ]
                }
            }

But this is deprecated already in pulumi and I also don't know why it is an array of objects...
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant