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 s3 object tagging support #233

Closed
QCU87Z opened this issue Jan 13, 2021 · 2 comments · Fixed by #335
Closed

Add s3 object tagging support #233

QCU87Z opened this issue Jan 13, 2021 · 2 comments · Fixed by #335
Assignees
Labels
feature This issue/PR relates to a feature request has_pr waiting_on_contributor Needs help. Feel free to engage to get things unblocked

Comments

@QCU87Z
Copy link

QCU87Z commented Jan 13, 2021

SUMMARY

Currently I can not see away to add tags to S3 objects. The project I am on requires this feature

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

amazon.aws.aws_s3

ADDITIONAL INFORMATION

There should be another paramater for the amazon.aws.aws_s3 task that allows to you pass a dict of tags and their values

- name: upload s3 boject
  amazon.aws.aws_s3
    bucket: input-bucket
    object: newObject
    src: files/object
    tags:
      - tag1: value1
      - tag2: value 2

Or something like that

@ansibullbot
Copy link

Files identified in the description:
None

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 ansibullbot added feature This issue/PR relates to a feature request needs_triage labels Jan 14, 2021
@goneri goneri added waiting_on_contributor Needs help. Feel free to engage to get things unblocked and removed needs_triage labels Jan 15, 2021
@alinabuzachis alinabuzachis self-assigned this Apr 15, 2021
@goneri
Copy link
Member

goneri commented May 7, 2021

@QCU87Z can you give a try to #335? The PR is mostly ready.

@alinabuzachis alinabuzachis removed the waiting_on_contributor Needs help. Feel free to engage to get things unblocked label Jun 7, 2021
@ansibullbot ansibullbot added the waiting_on_contributor Needs help. Feel free to engage to get things unblocked label Jun 7, 2021
abikouo pushed a commit to abikouo/amazon.aws that referenced this issue Sep 18, 2023
* Gather information about ASG lifecycle hooks for community.aws.ec2_asg_info
* add a changelog fragment to the change
* use fail_json_aws

Co-authored-by: Saleh Abbas <[email protected]>
Co-authored-by: Mark Chappell <[email protected]>
abikouo pushed a commit to abikouo/amazon.aws that referenced this issue Sep 18, 2023
* Gather information about ASG lifecycle hooks for community.aws.ec2_asg_info
* add a changelog fragment to the change
* use fail_json_aws

Co-authored-by: Saleh Abbas <[email protected]>
Co-authored-by: Mark Chappell <[email protected]>
abikouo pushed a commit to abikouo/amazon.aws that referenced this issue Oct 24, 2023
* Gather information about ASG lifecycle hooks for community.aws.ec2_asg_info
* add a changelog fragment to the change
* use fail_json_aws

Co-authored-by: Saleh Abbas <[email protected]>
Co-authored-by: Mark Chappell <[email protected]>
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 has_pr waiting_on_contributor Needs help. Feel free to engage to get things unblocked
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants