Enable S3 ACL access for CloudFront logs
What I try to do is to enable Standard Logging for a CloudFront distribution, via AWS console, as in the picture below: I have set the following S3 Bucket Policy: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::931426637260:user/relu" }, "Action": [ "s3:GetBucketAcl", "s3:PutBucketAcl" ], "Resource": "arn:aw