steampipe-plugin-aws icon indicating copy to clipboard operation
steampipe-plugin-aws copied to clipboard

feat: use HTTP HEAD method to retrieve S3 bucket region instead of GetBucketLocation

Open pdecat opened this issue 4 months ago • 12 comments

This PR replaces usage of GetBucketLocation REST API calls by plain HTTP HEAD requests to retrieve S3 bucket region.

Resolves #1586

~Note: this based on the branch of https://github.com/turbot/steampipe-plugin-aws/pull/2080 to allow running the tests/aws_s3_bucket/ test.~

pdecat avatar Feb 20 '24 15:02 pdecat