Skip to content

Commit

Permalink
Rename aws_s3 to s3_object for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jun 7, 2022
1 parent 5f05853 commit 2568a8c
Show file tree
Hide file tree
Showing 13 changed files with 111 additions and 64 deletions.
7 changes: 7 additions & 0 deletions changelogs/fragments/869-s3_object.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
minor_changes:
- aws_s3 - The ``aws_s3`` module has been renamed to ``s3_object``
(https://github.com/ansible-collections/amazon.aws/pull/869).
deprecated_features:
- s3_object - Support for creation and deletion of S3 buckets has been deprecated. Please use the
``amazon.aws.s3_bucket`` module to create and delete buckets
(https://github.com/ansible-collections/amazon.aws/pull/869).
4 changes: 3 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ action_groups:
- aws_az_info
- aws_caller_info
- aws_s3
- aws_s3
- aws_secret
- cloudformation
- cloudformation_info
Expand Down Expand Up @@ -48,6 +47,7 @@ action_groups:
- iam
- rds
- s3_bucket
- s3_object
plugin_routing:
modules:
aws_az_facts:
Expand All @@ -56,6 +56,8 @@ plugin_routing:
warning_text: >-
aws_az_facts was renamed in Ansible 2.9 to aws_az_info.
Please update your tasks.
aws_s3:
redirect: amazon.aws.s3_object
ec2:
deprecation:
removal_version: 4.0.0
Expand Down
Loading

0 comments on commit 2568a8c

Please sign in to comment.