Amazon web services – When Default encryption for S3 bucket is set to SSE-KMS the access logs doesn't show up
I would like to enable Server access logs for a bucket (named it source_bucket). On the target bucket I've set the permissions: { "Sid": "S3PolicyStmt-Dummy-11111111111111", "Effect": "Allow", "Principal": { "Service": "logging.s3.amazonaws.com" }, "Action": "s3:PutObject", "Resource": "arn:aws:s3:::target_bucket/*" } other conditions: there…