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

r/s3_bucket: make server_side_encryption_configuration configurable #23822

Merged
merged 2 commits into from
Apr 1, 2022

Conversation

anGie44
Copy link
Contributor

@anGie44 anGie44 commented Mar 23, 2022

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates #23106
Relates #23758

Output from acceptance testing:

--- PASS: TestAccS3Bucket_Basic_forceDestroyWithEmptyPrefixes (22.69s)
--- PASS: TestAccS3Bucket_Basic_forceDestroy (23.25s)
--- PASS: TestAccS3Bucket_Basic_namePrefix (25.17s)
--- PASS: TestAccS3Bucket_Basic_generatedName (25.21s)
--- PASS: TestAccS3Bucket_Basic_basic (25.22s)
--- PASS: TestAccS3Bucket_Basic_emptyString (25.52s)
--- PASS: TestAccS3Bucket_Basic_keyEnabled (26.02s)
--- PASS: TestAccS3Bucket_Basic_forceDestroyWithObjectLockEnabled (27.02s)
--- PASS: TestAccS3Bucket_Basic_acceleration (41.26s)

--- PASS: TestAccS3Bucket_Security_enableDefaultEncryptionWhenAES256IsUsed (26.94s)
--- PASS: TestAccS3Bucket_Security_corsSingleMethodAndEmptyOrigin (27.44s)
--- PASS: TestAccS3Bucket_Security_corsEmptyOrigin (27.48s)
--- PASS: TestAccS3Bucket_Security_enableDefaultEncryptionWhenTypical (28.24s)
--- PASS: TestAccS3Bucket_Security_logging (30.35s)
--- PASS: TestAccS3Bucket_Security_disableDefaultEncryptionWhenDefaultEncryptionIsEnabled (39.33s)
--- PASS: TestAccS3Bucket_Security_grantToACL (39.55s)
--- PASS: TestAccS3Bucket_Security_corsDelete (39.96s)
--- PASS: TestAccS3Bucket_Security_aclToGrant (40.03s)
--- PASS: TestAccS3Bucket_Security_updateACL (40.38s)
--- PASS: TestAccS3Bucket_Security_corsUpdate (41.98s)
--- PASS: TestAccS3Bucket_Security_updateGrant (56.36s)

--- PASS: TestAccS3BucketServerSideEncryptionConfiguration_disappears (55.65s)
--- PASS: TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMSWithMasterKeyArn (75.41s)
--- PASS: TestAccS3BucketServerSideEncryptionConfiguration_basic (90.53s)
--- PASS: TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMS (91.16s)
--- PASS: TestAccS3BucketServerSideEncryptionConfiguration_ApplySEEByDefault_AES256 (91.53s)
--- PASS: TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_KMSWithMasterKeyID (91.71s)
--- PASS: TestAccS3BucketServerSideEncryptionConfiguration_migrate_noChange (129.36s)
--- PASS: TestAccS3BucketServerSideEncryptionConfiguration_migrate_withChange (142.84s)
--- PASS: TestAccS3BucketServerSideEncryptionConfiguration_BucketKeyEnabled (160.28s)
--- PASS: TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_UpdateSSEAlgorithm (172.14s)
--- PASS: TestAccS3BucketServerSideEncryptionConfiguration_ApplySSEByDefault_BucketKeyEnabled (173.08s)

@github-actions github-actions bot added size/XL Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. service/s3 Issues and PRs that pertain to the s3 service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Mar 23, 2022
anGie44 added a commit that referenced this pull request Mar 23, 2022
@anGie44 anGie44 added the enhancement Requests to existing resources that expand the functionality or scope. label Mar 23, 2022
@anGie44 anGie44 force-pushed the s3-bucket-website branch 3 times, most recently from e89a556 to 2b8b551 Compare April 1, 2022 00:08
Base automatically changed from s3-bucket-website to release/4.x-s3-bucket-changes April 1, 2022 00:36
@anGie44 anGie44 marked this pull request as ready for review April 1, 2022 00:45
@anGie44 anGie44 merged commit e9c95ee into release/4.x-s3-bucket-changes Apr 1, 2022
@anGie44 anGie44 deleted the s3-sse-config branch April 1, 2022 01:00
@github-actions github-actions bot added this to the v4.9.0 milestone Apr 1, 2022
github-actions bot pushed a commit that referenced this pull request Apr 1, 2022
anGie44 added a commit that referenced this pull request Apr 1, 2022
anGie44 pushed a commit that referenced this pull request Apr 1, 2022
anGie44 added a commit that referenced this pull request Apr 1, 2022
anGie44 pushed a commit that referenced this pull request Apr 1, 2022
anGie44 added a commit that referenced this pull request Apr 2, 2022
anGie44 pushed a commit that referenced this pull request Apr 2, 2022
gdavison pushed a commit that referenced this pull request Apr 5, 2022
gdavison pushed a commit that referenced this pull request Apr 5, 2022
@github-actions
Copy link

github-actions bot commented Apr 7, 2022

This functionality has been released in v4.9.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

github-actions bot commented May 8, 2022

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. service/s3 Issues and PRs that pertain to the s3 service. size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant