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

Error getting S3 Buckets with No Tags #2334

Open
Vishal-Shunyeka opened this issue Nov 7, 2024 · 0 comments · May be fixed by #2335
Open

Error getting S3 Buckets with No Tags #2334

Vishal-Shunyeka opened this issue Nov 7, 2024 · 0 comments · May be fixed by #2335
Assignees
Labels
bug Something isn't working

Comments

@Vishal-Shunyeka
Copy link

When running this query

select name,arn,creation_date,bucket_policy_is_public,versioning_enabled,versioning_mfa_delete,acl,block_public_acls,block_public_policy,ignore_public_acls,restrict_public_buckets,event_notification_configuration,server_side_encryption_configuration,lifecycle_rules,logging,object_lock_configuration,policy,policy_std,replication,tags_src,tags,title,akas,region,partition,account_id from aws_s3_bucket

I'm getting the error:

Error: aws: operation error S3: GetBucketTagging, https response error StatusCode: 404, RequestID: <RequestID>, HostID: <HostID>, api error NoSuchTagSet: The TagSet does not exist (SQLSTATE HV000)

Steampipe version (steampipe -v)
Latest

Plugin version (steampipe plugin list)
aws@latest v1.2.0

To reproduce
Run the same command on an AWS account with an S3 bucket that has no tags.

Expected behavior
If no tags exist, the errors are handled and it returns an empty column.

@Vishal-Shunyeka Vishal-Shunyeka added the bug Something isn't working label Nov 7, 2024
@ParthaI ParthaI self-assigned this Nov 7, 2024
ParthaI added a commit that referenced this issue Nov 7, 2024
pdecat pushed a commit to pdecat/steampipe-plugin-aws that referenced this issue Nov 7, 2024
pdecat pushed a commit to pdecat/steampipe-plugin-aws that referenced this issue Nov 14, 2024
pdecat pushed a commit to pdecat/steampipe-plugin-aws that referenced this issue Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants