You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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!
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.
Describe the feature
Either allow to specify
--tags
onaws s3api create-bucket ...
similiar to how it is possible onaws dynamodb create-table ...
or output theBucketARN
in the output ofaws s3api create-bucket ...
so I can usejq
to feed the result intoaws 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
CLI version used
2.18.15
Environment details (OS name and version, etc.)
debian-bookworm devcontainer
The text was updated successfully, but these errors were encountered: