{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::Bucket-Name/*"
]
}
]
}이렇게 요청할 경우 다음과 같이 Request UrI의 domain을 프론트엔드 domain(web.42partner.com)으로 하여 요청하게 된다.

문제는 CloudFront, S3로 배포 할 경우 CloudFront의 Domain을 프론트엔드 domain(web.42partner.com)로 하기 때문에 브라우저에서의 요청이 CloudFront로의 요청으로 가는것 처럼 처리된다.

