[6.0.0] s3_object - drop support for creating/deleting buckets #1112
Labels
do_not_backport
This PR should not be backported to stable- branches unless absolutely necessary
feature
This issue/PR relates to a feature request
has_pr
module
module
plugins
plugin (any type)
Milestone
Summary
Drop support for creating/deleting buckets in
s3_object
, and tell people to uses3_bucket
which has a much richer feature set.There's currently overlap between
s3_object
ands3_bucket
. Withs3_object
having only limited support for creation/deletion of buckets.s3_object
was originally namedaws_s3
which meant that the confusion was worse since people thought thataws_s3
was the* way to create a bucket, leading to RFEs against both modules.Issue Type
Feature Idea
Component Name
plugins/modules/s3_object.py
Additional Information
Original deprecation - #869
Code of Conduct
The text was updated successfully, but these errors were encountered: