Skip to content

Commit 3e67673

Browse files
authored
Update aws_s3_buckets_view.yaml
1 parent 941ea1f commit 3e67673

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

views/aws_s3_buckets_view.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ query: |
4646
END
4747
END AS url
4848
49-
FROM
50-
aws_s3_bucket s3
51-
JOIN
52-
aws_account acc
53-
ON s3.platform_integration_id = acc.platform_integration_id;
49+
FROM
50+
aws_s3_bucket s3
51+
JOIN
52+
aws_account acc
53+
ON s3.platform_integration_id = acc.platform_integration_id;
5454
tags:
5555
category:
5656
- Network

0 commit comments

Comments
 (0)