AWS plugin v1.16.0 - Optimized the aws_s3_bucket table to reduce the query time

Jun 20, 2025steampipe

Enhancements

  • Optimized the aws_s3_bucket table to reduce query time by improving how bucket regions are handled. (#2519)

Bug fixes

  • Fixed the policy column of aws_iam_policy table to correctly return data instead of an error when the policy document contains trailing tab characters. (#2529)

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.12.0, which introduces support for the UnmarshalJSON transform function, ensuring robust handling of IAM policy JSON columns. (#2529)