버킷 정책 생성 후 복붙을 하니 action does not apply to any resource(s) in statement 오류가 발생했다.
"Resource": "arn:aws:s3:::fe-fordogs-image-bucket" "Resource": "arn:aws:s3:::fe-fordogs-image-bucket/*"
"Resource": "arn:aws:s3:::fe-fordogs-image-bucket"
"Resource": "arn:aws:s3:::fe-fordogs-image-bucket/*"
위처럼 /*을 추가해주면 된다.
/*