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
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.
The text was updated successfully, but these errors were encountered:
When running this query
I'm getting the error:
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.
The text was updated successfully, but these errors were encountered: