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

Commits on Dec 16, 2021

  1. fix: s3 versioning without lifecycle management

    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.
    ml019 committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    87dcf94 View commit details
    Browse the repository at this point in the history