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: read-only acl and grant arguments #22537

Merged
merged 11 commits into from
Feb 7, 2022

Conversation

anGie44
Copy link
Contributor

@anGie44 anGie44 commented Jan 12, 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 #4418
Relates #20433

Output from acceptance testing:

--- PASS: TestAccS3BucketAcl_disappears (23.03s)
--- PASS: TestAccS3BucketAcl_basic (33.22s)
--- PASS: TestAccS3BucketAcl_updateACL (55.95s)
--- PASS: TestAccS3BucketAcl_grantToACL (57.26s)
--- PASS: TestAccS3BucketAcl_ACLToGrant (57.88s)
--- PASS: TestAccS3BucketAcl_updateGrant (61.74s)

--- PASS: TestAccS3Bucket_Basic_acceleration (116.58s)
--- PASS: TestAccS3Bucket_Basic_basic (94.35s)
--- PASS: TestAccS3Bucket_Basic_emptyString (96.89s)
--- PASS: TestAccS3Bucket_Basic_generatedName (95.67s)
--- PASS: TestAccS3Bucket_Basic_keyEnabled (96.46s)
--- PASS: TestAccS3Bucket_Basic_namePrefix (97.50s)
--- PASS: TestAccS3Bucket_Basic_requestPayer (116.76s)
--- PASS: TestAccS3Bucket_Manage_MfaDeleteDisabled (95.20s)
--- PASS: TestAccS3Bucket_Manage_lifecycleRuleAbortIncompleteMultipartUploadDaysNoExpiration (95.87s)
--- PASS: TestAccS3Bucket_Manage_lifecycleRuleExpirationEmptyBlock (83.28s)
--- PASS: TestAccS3Bucket_Manage_objectLock (105.45s)
--- PASS: TestAccS3Bucket_Manage_versioning (117.72s)
--- PASS: TestAccS3Bucket_Manage_versioningAndMfaDeleteDisabled (97.09s)
--- PASS: TestAccS3Bucket_Manage_versioningDisabled (95.80s)
--- PASS: TestAccS3Bucket_Security_corsDelete (83.35s)
--- PASS: TestAccS3Bucket_Security_corsEmptyOrigin (94.79s)
--- PASS: TestAccS3Bucket_Security_corsUpdate (115.49s)
--- PASS: TestAccS3Bucket_Security_disableDefaultEncryptionWhenDefaultEncryptionIsEnabled (115.99s)
--- PASS: TestAccS3Bucket_Security_enableDefaultEncryptionWhenAES256IsUsed (97.14s)
--- PASS: TestAccS3Bucket_Security_enableDefaultEncryptionWhenTypical (96.63s)
--- SKIP: TestAccS3Bucket_Basic_forceDestroy (0.00s)
--- SKIP: TestAccS3Bucket_Basic_forceDestroyWithEmptyPrefixes (0.00s)
--- SKIP: TestAccS3Bucket_Basic_forceDestroyWithObjectLockEnabled (0.00s)
--- SKIP: TestAccS3Bucket_Basic_shouldFailNotFound (0.00s)
--- SKIP: TestAccS3Bucket_Manage_lifecycleBasic (0.00s)
--- SKIP: TestAccS3Bucket_Manage_lifecycleExpireMarkerOnly (0.00s)
--- SKIP: TestAccS3Bucket_Replication_RTC_valid (0.00s)
--- SKIP: TestAccS3Bucket_Replication_basic (0.00s)
--- SKIP: TestAccS3Bucket_Replication_expectVersioningValidationError (0.00s)
--- SKIP: TestAccS3Bucket_Replication_multipleDestinationsEmptyFilter (0.00s)
--- SKIP: TestAccS3Bucket_Replication_multipleDestinationsNonEmptyFilter (0.00s)
--- SKIP: TestAccS3Bucket_Replication_ruleDestinationAccessControlTranslation (0.00s)
--- SKIP: TestAccS3Bucket_Replication_ruleDestinationAddAccessControlTranslation (0.00s)
--- SKIP: TestAccS3Bucket_Replication_schemaV2 (0.00s)
--- SKIP: TestAccS3Bucket_Replication_schemaV2SameRegion (0.00s)
--- SKIP: TestAccS3Bucket_Replication_twoDestination (0.00s)
--- SKIP: TestAccS3Bucket_Replication_withoutPrefix (0.00s)
--- SKIP: TestAccS3Bucket_Replication_withoutStorageClass (0.00s)
--- SKIP: TestAccS3Bucket_Security_logging (0.00s)
--- SKIP: TestAccS3Bucket_Security_policy (0.00s)
--- SKIP: TestAccS3Bucket_Tags_basic (0.00s)
--- SKIP: TestAccS3Bucket_Tags_ignoreTags (0.00s)
--- SKIP: TestAccS3Bucket_Tags_withNoSystemTags (0.00s)
--- SKIP: TestAccS3Bucket_Tags_withSystemTags (0.00s)

@github-actions github-actions bot added documentation Introduces or discusses updates to documentation. service/s3 Issues and PRs that pertain to the s3 service. size/XS Managed by automation to categorize the size of a PR. labels Jan 12, 2022
anGie44 added a commit that referenced this pull request Jan 12, 2022
anGie44 added a commit that referenced this pull request Jan 12, 2022
@anGie44 anGie44 changed the base branch from main to release/4.x January 13, 2022 22:45
@anGie44 anGie44 changed the title r/s3_bucket: deprecate acl and grant arguments r/s3_bucket: read-only acl and grant arguments Jan 14, 2022
@anGie44 anGie44 force-pushed the f-s3-bucket-acl-grant-deprecation branch from 730e2ef to 0d91791 Compare January 14, 2022 22:33
@github-actions github-actions bot added size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. and removed size/XS Managed by automation to categorize the size of a PR. labels Jan 14, 2022
@anGie44 anGie44 force-pushed the f-s3-bucket-acl-grant-deprecation branch from 0d91791 to 0ea6a71 Compare January 14, 2022 22:36
@anGie44 anGie44 added the breaking-change Introduces a breaking change in current functionality; usually deferred to the next major release. label Jan 16, 2022
@anGie44 anGie44 force-pushed the release/4.x branch 3 times, most recently from 1e894e8 to 6623846 Compare January 21, 2022 16:39
@anGie44 anGie44 force-pushed the release/4.x branch 2 times, most recently from 44a00a8 to 5ac8e8c Compare January 26, 2022 18:37
@anGie44 anGie44 force-pushed the f-s3-bucket-acl-grant-deprecation branch 3 times, most recently from 1cd0d5b to 45049d8 Compare January 27, 2022 00:37
@github-actions github-actions bot added the service/elasticache Issues and PRs that pertain to the elasticache service. label Jan 27, 2022
@anGie44 anGie44 force-pushed the f-s3-bucket-acl-grant-deprecation branch from 45049d8 to 0ea6a71 Compare January 27, 2022 00:38
@github-actions github-actions bot added service/elasticache Issues and PRs that pertain to the elasticache service. and removed service/elasticache Issues and PRs that pertain to the elasticache service. labels Jan 27, 2022
@anGie44 anGie44 force-pushed the f-s3-bucket-acl-grant-deprecation branch 2 times, most recently from 65c8c5a to 3b26e05 Compare January 27, 2022 05:23
anGie44 added a commit that referenced this pull request Jan 27, 2022
@github-actions
Copy link

This functionality has been released in v4.0.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

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 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking-change Introduces a breaking change in current functionality; usually deferred to the next major release. documentation Introduces or discusses updates to documentation. 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.

2 participants