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

fix: s3 versioning without lifecycle management #1884

Merged
merged 1 commit into from
Dec 16, 2021

Conversation

ml019
Copy link
Contributor

@ml019 ml019 commented Dec 16, 2021

Intent of Change

  • Bug fix (non-breaking change which fixes an issue)
  • Refactor (non-breaking change which improves the structure or operation of the implementation)

Description

Because of the location of the configuration controlling versioning of the s3 bucket, if versioning is turned on, the bucket will automatically be lifecycled.

Motivation and Context

To permit versioning without lifecycle management, support a separate versioning attribute.

The Versioning attribute on Lifecycle will be deprecated to avoid lifecycle management as an unwanted side effect of enabling versioning.

How Has This Been Tested?

Local template generation

Related Changes

Prerequisite PRs:

  • None

Dependent PRs:

Consumer Actions:

  • None

Because of the location of the configuration controlling versioning of
the s3 bucket, if versioning is turned on, the bucket will automatically
be lifecycled.

To permit versioning without lifecycle management, support a separate
versioning attribute.

The Versioning attribute on Lifecycle will be deprecated to avoid
lifecycle management as an unwanted side effect of enabling versioning.
@roleyfoley roleyfoley merged commit 19615f7 into hamlet-io:master Dec 16, 2021
@ml019 ml019 deleted the fix-s3-version-without-lifecycle branch December 20, 2021 10:46
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

Successfully merging this pull request may close these issues.

2 participants