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

Output the full ARN of a freshly created S3 bucket in the result or allow to specify tags of bucket on create-bucket #9013

Closed
2 tasks
chtpl opened this issue Oct 28, 2024 · 2 comments
Assignees
Labels
feature-request A feature should be added or improved. p3 This is a minor priority issue s3

Comments

@chtpl
Copy link

chtpl commented Oct 28, 2024

Describe the feature

Either allow to specify --tags on aws s3api create-bucket ... similiar to how it is possible on aws dynamodb create-table ... or output the BucketARN in the output of aws s3api create-bucket ... so I can use jq to feed the result into aws s3api put-bucket-tagging --bucket <ARN_GOES_HERE>

Use Case

I want to programmatically set the tags of a S3 bucket I create in my bash script using awscli

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CLI version used

2.18.15

Environment details (OS name and version, etc.)

debian-bookworm devcontainer

@chtpl chtpl added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Oct 28, 2024
@chtpl chtpl changed the title Output the full ARN of a freshly created S3 bucket in the result Output the full ARN of a freshly created S3 bucket in the result or allow to specify tags of bucket on create-bucket Oct 28, 2024
@RyanFitzSimmonsAK RyanFitzSimmonsAK self-assigned this Oct 29, 2024
@RyanFitzSimmonsAK RyanFitzSimmonsAK added s3 investigating This issue is being investigated and/or work is in progress to resolve the issue. p3 This is a minor priority issue and removed needs-triage This issue or PR still needs to be triaged. investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Oct 29, 2024
@RyanFitzSimmonsAK
Copy link
Contributor

Hi, thank you for this feature request. This type of feature would have to be implemented at the service team level, rather than specifically for the AWS CLI. I've forwarded your feedback to the S3 team. Thanks!

Copy link

github-actions bot commented Nov 5, 2024

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. p3 This is a minor priority issue s3
Projects
None yet
Development

No branches or pull requests

2 participants