-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[TechDebt]: S3 acceptance test default security settings refactor #30589
Conversation
Community NoteVoting for Prioritization
For Submitters
|
e248da5
to
590ec6b
Compare
this change also removes several tests which relied upon ACL configurations which are no longer possible using the inline acl attribute. these cases are already covered by equivalent tests in the corresponding standalone resource test suite
this change also removes one migration test which relied upon ACL grant configurations which are no longer possible using the inline acl grant attribute.
590ec6b
to
a236dd9
Compare
This functionality has been released in v4.63.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! |
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. |
Description
Updates the S3 acceptance test suite to use configurations compatible with the recent changes to S3 default security settings.
Relations
Relates #28353
References
Output from Acceptance Testing
NOTE: Replication configuration test suite currently has one test (
TestAccS3BucketReplicationConfiguration_schemaV2SameRegion
) causing a panic unrelated to these changes. All other tests are passing.