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

New Resource: aws_s3control_bucket_lifecycle_configuration #15604

Merged
merged 4 commits into from
Oct 28, 2020

Commits on Oct 16, 2020

  1. New Resource: aws_s3control_bucket_lifecycle_configuration

    Reference: #15412
    Reference: #15415
    
    Output from acceptance testing (note everything except AbortIncompleteMultipartUpload was tested before losing Outpost access):
    
    ```
    --- PASS: TestAccAWSS3ControlBucketLifecycleConfiguration_basic (59.06s)
    --- PASS: TestAccAWSS3ControlBucketLifecycleConfiguration_disappears (59.96s)
    --- PASS: TestAccAWSS3ControlBucketLifecycleConfiguration_Rule_Expiration_Date (70.35s)
    --- PASS: TestAccAWSS3ControlBucketLifecycleConfiguration_Rule_Expiration_Days (57.63s)
    --- PASS: TestAccAWSS3ControlBucketLifecycleConfiguration_Rule_Filter_Prefix (64.31s)
    --- PASS: TestAccAWSS3ControlBucketLifecycleConfiguration_Rule_Filter_Tags (62.22s)
    --- PASS: TestAccAWSS3ControlBucketLifecycleConfiguration_Rule_Id (73.91s)
    --- PASS: TestAccAWSS3ControlBucketLifecycleConfiguration_Rule_Status (65.70s)
    ```
    bflad committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    736ca48 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    63aa340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e6e294 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    7929138 View commit details
    Browse the repository at this point in the history