Skip to content

Commit eb4a73a

Browse files
Copilotwata727
andauthored
Reorder S3 bucket ACL enum values for consistency (#975)
* Initial plan * Update enum list ordering in aws_s3_bucket_invalid_acl.go Co-authored-by: wata727 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: wata727 <[email protected]>
1 parent 092c988 commit eb4a73a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/aws_s3_bucket_invalid_acl.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ func NewAwsS3BucketInvalidACLRule() *AwsS3BucketInvalidACLRule {
2525
"private",
2626
"public-read",
2727
"public-read-write",
28-
"aws-exec-read",
2928
"authenticated-read",
30-
"log-delivery-write",
29+
"aws-exec-read",
3130
"bucket-owner-read",
3231
"bucket-owner-full-control",
32+
"log-delivery-write",
3333
},
3434
}
3535
}

0 commit comments

Comments
 (0)