turbot / steampipe-plugin-aws

Use SQL to instantly query AWS resources across regions and accounts. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/aws
Apache License 2.0
176 stars 89 forks source link

aws_s3_object - hydrate function listS3Objects failed #2218

Closed shaicoleman closed 4 days ago

shaicoleman commented 1 week ago
SELECT key, bucket_name
FROM   aws_s3_object
WHERE  bucket_name = 'mybucket'

causes the following error:

Error: rpc error: code = Internal desc = aws: rpc error: code = Internal desc = hydrate function listS3Objects failed with panic interface conversion: interface {} is nil, not string (SQLSTATE HV000)

This is a regression, it works with v0.138.0

aws@latest v0.139.0 Steampipe v0.23.2