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

Add botocore requirements to s3_bucket ownership control management #450

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

tremble
Copy link
Contributor

@tremble tremble commented Aug 10, 2021

SUMMARY

(get|set|delete)_bucket_ownership_controls requires botocore >= 1.18.11

Because we state our minimum supported version of botocore is 1.16.0 we need to explicitly call this requirement for management of bucket ownership controls.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

s3_bucket

ADDITIONAL INFORMATION

fixes: #449

@ansibullbot
Copy link

@ansibullbot ansibullbot added bug This issue/PR relates to a bug community_review integration tests/integration module module needs_triage plugins plugin (any type) tests tests labels Aug 10, 2021
@ansibullbot
Copy link

cc @Sodki
click here for bot help

@ansibullbot
Copy link

cc @lwade
click here for bot help

@tremble
Copy link
Contributor Author

tremble commented Aug 11, 2021

Note: No additional changelog fragment required since the code hasn't been in a 'release' yet.

@tremble
Copy link
Contributor Author

tremble commented Aug 11, 2021

recheck

@tremble tremble added the gate label Aug 12, 2021
Copy link
Contributor

@ansible-zuul ansible-zuul bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tremble
Copy link
Contributor Author

tremble commented Aug 12, 2021

recheck

@ansible-zuul ansible-zuul bot merged commit e1b2d7b into ansible-collections:main Aug 12, 2021
ansible-zuul bot pushed a commit that referenced this pull request Sep 17, 2021
…404)

Add constraints.txt and requirements.txt for unit/integration tests

SUMMARY
Now that we state that we support specific minimum versions of the AWS SDKs, make sure we base our unit/integration tests against them such that modules need to explicitly test/request newer versions of the SDKs.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
tests/integration
tests/unit
ADDITIONAL INFORMATION
Once merged into amazon.aws we should merge this into community.aws
Depends-On: #453
Depends-On: #454
Depends-On: #450
Depends-On: #496
See also: ansible/ansible-zuul-jobs#991

Reviewed-by: Jill R <None>
Reviewed-by: None <None>
@tremble tremble deleted the botocore/s3_bucket branch November 26, 2021 12:42
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Sep 18, 2023
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug community_review integration tests/integration module module needs_triage plugins plugin (any type) tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

s3_bucket should check for botocore version when using the get_bucket_ownership_cntrl call
3 participants