Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.0.0] s3_object - drop support for creating/deleting buckets #1112

Closed
1 task done
tremble opened this issue Oct 5, 2022 · 2 comments · Fixed by #1302
Closed
1 task done

[6.0.0] s3_object - drop support for creating/deleting buckets #1112

tremble opened this issue Oct 5, 2022 · 2 comments · Fixed by #1302
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

Comments

@tremble
Copy link
Contributor

tremble commented Oct 5, 2022

Summary

Drop support for creating/deleting buckets in s3_object, and tell people to use s3_bucket which has a much richer feature set.

There's currently overlap between s3_object and s3_bucket. With s3_object having only limited support for creation/deletion of buckets. s3_object was originally named aws_s3 which meant that the confusion was worse since people thought that aws_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

  • I agree to follow the Ansible Code of Conduct
@tremble tremble added this to the 6.0.0 milestone Oct 5, 2022
@ansibullbot
Copy link

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request module module needs_triage plugins plugin (any type) labels Oct 5, 2022
@tremble tremble added the do_not_backport This PR should not be backported to stable- branches unless absolutely necessary label Dec 16, 2022
softwarefactory-project-zuul bot pushed a commit that referenced this issue Dec 17, 2022
…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 #1112
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
s3_object
ADDITIONAL INFORMATION

Reviewed-by: GomathiselviS <None>
Reviewed-by: Alina Buzachis <None>
abikouo pushed a commit to abikouo/amazon.aws that referenced this issue Oct 24, 2023
aws_kms - stabilize integration tests

SUMMARY
Integration tests for this test suite were failing occasionally due to timing issues when waiting for < 45 seconds after updates.
Increased the wait times to 45 seconds and split into different tests to run in parallel.
Fixes ansible-collections#433
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
aws_kms

Reviewed-by: Jill R <None>
Reviewed-by: Markus Bergholz <git@osuv.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants