-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename aws_s3 to s3_object for clarity
- Loading branch information
Showing
14 changed files
with
113 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.