We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3에 있는 객체를 직접 조회하지 않고 CloudFront를 이용해 캐싱을 적용하고 보안을 높인다.
데모데이 때 인터넷 환경이 안 좋아서 원래부터 이미지가 많았는데, 많은 이미지들이 느리게 불러와졌다. 캐싱이나 할 수 있는 방식이 없을까 하다가 CloudFront 활용하기로 했다.
CloudFront 를 통해서만 이미지 접근할 수 있도록 수정.
The text was updated successfully, but these errors were encountered:
tmddus2
When branches are created from issues, their pull requests are automatically linked.
Description
S3에 있는 객체를 직접 조회하지 않고 CloudFront를 이용해 캐싱을 적용하고 보안을 높인다.
Before
데모데이 때 인터넷 환경이 안 좋아서 원래부터 이미지가 많았는데, 많은 이미지들이 느리게 불러와졌다. 캐싱이나 할 수 있는 방식이 없을까 하다가 CloudFront 활용하기로 했다.
After
CloudFront 를 통해서만 이미지 접근할 수 있도록 수정.
Todo
ETC
The text was updated successfully, but these errors were encountered: