Tips to create CloudFront distribution for S3 bucket
{
"Version": "2012-10-17",
"Id": "Policy1593349925842",
"Statement": [
{
"Sid": "Stmt1593349907809",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::<BUCKET_NAME>",
"arn:aws:s3:::<BUCKET_NAME>/*"
]
}
]
}