Skip to content

Commit

Permalink
Merge pull request #13 from trussworks/mk-fix-cloudwatch-policy
Browse files Browse the repository at this point in the history
Fix bucket policy for Cloudwatch
  • Loading branch information
Michael Kania authored Mar 6, 2019
2 parents b27d414 + 7b61ddf commit 0ac35b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
%{ endif }
%{ if default_allow }{, }
%{ endif}
%{ if default_allow || allow_cloudwatch} {
%{ if default_allow || allow_cloudwatch}
{
"Action": "s3:GetBucketAcl",
"Effect": "Allow",
Expand Down

0 comments on commit 0ac35b8

Please sign in to comment.