Skip to content

Commit

Permalink
Promote s3_bucket_info (#1965)
Browse files Browse the repository at this point in the history
Promote s3_bucket_info

SUMMARY

Promote s3_bucket_info

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Bikouo Aubin
  • Loading branch information
alinabuzachis authored Oct 9, 2023
1 parent b5f629f commit 6979012
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 818 deletions.
8 changes: 8 additions & 0 deletions changelogs/fragments/migrate_s3_bucket_info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
breaking_changes:
- aws_s3_bucket_info - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be
updated to use ``amazon.aws.aws_s3_bucket_info``.
- s3_bucket_info - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be
updated to use ``amazon.aws.s3_bucket_info``.
7 changes: 4 additions & 3 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ action_groups:
- aws_inspector_target
- aws_msk_cluster
- aws_msk_config
- aws_s3_bucket_info
- aws_region_info
- aws_s3_cors
- aws_secret
- aws_ses_identity
Expand Down Expand Up @@ -187,7 +187,6 @@ action_groups:
- redshift_info
- redshift_subnet_group
- route53_wait
- s3_bucket_info
- s3_bucket_notification
- s3_cors
- s3_lifecycle
Expand Down Expand Up @@ -325,7 +324,7 @@ plugin_routing:
redirect: amazon.aws.aws_region_info
aws_s3_bucket_info:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: community.aws.s3_bucket_info
redirect: amazon.aws.s3_bucket_info
aws_s3_cors:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: community.aws.s3_cors
Expand Down Expand Up @@ -515,6 +514,8 @@ plugin_routing:
redirect: amazon.aws.iam_managed_policy
iam_mfa_device_info:
redirect: amazon.aws.iam_mfa_device_info
s3_bucket_info:
redirect: amazon.aws.s3_bucket_info
module_utils:
route53:
redirect: amazon.aws.route53
Loading

0 comments on commit 6979012

Please sign in to comment.