Skip to content

Commit

Permalink
[6.0.0] s3_object - Remove support for creation/deletion of buckets. (a…
Browse files Browse the repository at this point in the history
…nsible-collections#1302)

[6.0.0] s3_object - Remove support for creation/deletion of buckets.

SUMMARY
We previously deprecated support for creation/deletion of buckets using the s3_object module (s3_bucket performs the action much better).  It is slated for removal in 6.0.0
Fixes ansible-collections#1112
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
s3_object
ADDITIONAL INFORMATION

Reviewed-by: GomathiselviS <None>
Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored Dec 17, 2022
1 parent e56003e commit 134285e
Show file tree
Hide file tree
Showing 12 changed files with 101 additions and 354 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/1112-s3_object-delete-create.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
removed_features:
- s3_object - support for creating and deleting buckets using the ``s3_object`` module has been removed.
S3 buckets can be created and deleted using the ``amazon.aws.s3_bucket`` module
(https://github.com/ansible-collections/amazon.aws/issues/1112).
Loading

0 comments on commit 134285e

Please sign in to comment.