AWS S3 provider to query S3 buckets
steps: - name: Query s3 provider: s3 config: "{{ provider.my_provider_name }}" with: bucket: {value}
list_buckets
{ "Version": "2025-01-15", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "s3:ListBucket", "s3:GetObject", "s3:GetBucketLocation", "s3:ListAllMyBuckets" ], "Resource": "*" } ] }