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

Enable Version Control on S3 Buckets #100

Open
cyramic opened this issue Aug 12, 2024 · 1 comment
Open

Enable Version Control on S3 Buckets #100

cyramic opened this issue Aug 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@cyramic
Copy link
Contributor

cyramic commented Aug 12, 2024

The s3 buckets in cloudformation need version control enabled for the ingress (data store) and egress (shared) buckets.

It should look something like this:

Resources:
  S3Bucket:
    Type: 'AWS::S3::Bucket'
    Properties:
      VersioningConfiguration:
        Status: Enabled

See the docs for more information

@cyramic cyramic added bug Something isn't working good first issue Good for newcomers labels Aug 12, 2024
@cyramic
Copy link
Contributor Author

cyramic commented Nov 29, 2024

There is a slight complication here in that the backup has been enabled, but it CAN'T backup encrypted files! I'll spin this to a separate task and close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant