
S3에 file을 upload하고 해당 file을 cloudFront로 배포하는 과정입니다.






{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "Stmt1405592139000",
            "Effect": "Allow",
            "Principal": "*",
            "Action": "s3:*",
            "Resource": [
                "arn:aws:s3:::버킷이름/*",
                "arn:aws:s3:::버킷이름"
            ]
        }
    ]
}
객체 URL정보가 있습니다. 해당 내용을 click하면 해당 file을 볼 수 있습니다.
