Skip to content

Commit db68d55

Browse files
antonbabenkobrandonjbjelland
authored andcommitted
Fixed sid in s3 bucket policy test
1 parent cf4aafd commit db68d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/default/local_alb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"Version": "2012-10-17",
4444
"Statement": [
4545
{
46-
"Sid": "",
46+
"Sid": "AllowToPutLoadBalancerLogsToS3Bucket",
4747
"Effect": "Allow",
4848
"Principal": {
4949
"AWS": "arn:aws:iam::#{principal_account_id}:root"

0 commit comments

Comments
 (0)