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

amazon.aws.s3_bucket module cannot configure object-lock-configuration #2034

Open
1 task done
hydezhao opened this issue Apr 3, 2024 · 0 comments
Open
1 task done
Labels
feature This issue/PR relates to a feature request

Comments

@hydezhao
Copy link

hydezhao commented Apr 3, 2024

Summary

When using the cli , we can do aws s3api put-object-lock-configuration to configure the object-lock configuration. While it cannot be done via the ansible module amazon.aws.s3_bucket.

Issue Type

Bug Report

Component Name

s3_bucket

Ansible Version

$ ansible --version
ansible [core 2.14.8]
  python version = 3.10.14 (main, Mar 19 2024, 21:46:16) [Clang 15.0.0 (clang-1500.3.9.4)] 
  jinja version = 3.1.2
  libyaml = True

Collection Versions

$ ansible-galaxy collection list

amazon.aws            7.4.0

AWS SDK versions

$ pip show boto boto3 botocore

Name: boto3
Version: 1.34.75

Name: botocore
Version: 1.34.75

Configuration

$ ansible-config dump --only-changed

OS / Environment

No response

Steps to Reproduce

Expected Results

object-lock-configuration can be set via this module

Actual Results

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@gravesm gravesm added feature This issue/PR relates to a feature request and removed needs_triage labels Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request
Projects
None yet
Development

No branches or pull requests

2 participants