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

docs fix. clean up duplicated and unspecific requirements #863

Merged
merged 3 commits into from
Jan 18, 2022
Merged

docs fix. clean up duplicated and unspecific requirements #863

merged 3 commits into from
Jan 18, 2022

Conversation

markuman
Copy link
Member

SUMMARY
  • remove unspecific/duplicated requirements
ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME
  • aws_msk_config
  • ecs_taskdefinition
ADDITIONAL INFORMATION

I don't see the json library is explicit used in aws_msk_config. Furthermore it's standard python library.

@markuman markuman added the backport-2 PR should be backported to the stable-2 branch label Jan 13, 2022
@markuman markuman mentioned this pull request Jan 17, 2022
@markuman markuman added mergeit Merge the PR (SoftwareFactory) and removed mergeit Merge the PR (SoftwareFactory) labels Jan 17, 2022
@softwarefactory-project-zuul
Copy link
Contributor

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit ef69088 into ansible-collections:main Jan 18, 2022
@patchback
Copy link

patchback bot commented Jan 18, 2022

Backport to stable-2: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-2/ef69088f2036c3f05f2bc4cd2fb738e1e7758ed4/pr-863

Backported as #875

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Jan 18, 2022
docs fix. clean up duplicated and unspecific requirements

SUMMARY

remove unspecific/duplicated requirements

ISSUE TYPE

Docs Pull Request

COMPONENT NAME

aws_msk_config
ecs_taskdefinition

ADDITIONAL INFORMATION
I don't see the json library is explicit used in aws_msk_config. Furthermore it's standard python library.

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Mark Woolley <[email protected]>
Reviewed-by: Mark Chappell <None>
(cherry picked from commit ef69088)
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Jan 19, 2022
[PR #863/ef69088f backport][stable-2] docs fix. clean up duplicated and unspecific requirements

This is a backport of PR #863 as merged into main (ef69088).
SUMMARY

remove unspecific/duplicated requirements

ISSUE TYPE


Docs Pull Request

COMPONENT NAME


aws_msk_config
ecs_taskdefinition

ADDITIONAL INFORMATION
I don't see the json library is explicit used in aws_msk_config. Furthermore it's standard python library.

Reviewed-by: Mark Woolley <[email protected]>
abikouo pushed a commit to abikouo/community.aws that referenced this pull request Oct 24, 2023
…buckets with ACL disabled. (ansible-collections#921)

s3_object: Add parameter `acl_disabled` to handle uploading files to buckets with ACL disabled.

SUMMARY

Fixes ansible-collections#863
[Update: 07/07/2022]
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.get_bucket_ownership_controls can be used to determine if ACL is disabled or not.
Modified code to convert acl_disabled from a user input parameter to a variable used for testing if ACL is enabled/disabled.
Add parameter  acl_disabled to handle uploading files to buckets with ACL disabled.
If set to true, all the permission related operations are skipped in module code.
ISSUE TYPE


Bugfix Pull Request

COMPONENT NAME

s3_object
ADDITIONAL INFORMATION


AWS added the option to create S3 bucket with ACL Disabled in Nov 2021) and made it the default/suggested setting when creating S3 bucket through AWS Portal .
Currently the ACL "permission" parameter defaults to ["private"] and there is no way to tell the s3_object module to omit the ACL setting while uploading files to a bucket which has set the ACL as disabled.
Tried looking for a way to get the existing bucket info to determine if 'ACL' is enabled/disabled, but was not able to find what I was looking for in API documentation.

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Jill R <None>
Reviewed-by: Mark Chappell <None>
Reviewed-by: Mandar Kulkarni <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-2 PR should be backported to the stable-2 branch mergeit Merge the PR (SoftwareFactory)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants