보안이 중요한 데이터면 s3 저장소를 비공개(추가사항으로 암호화)하고 백엔드에서 필요할 때 s3 api로 서명된 url(https://docs.aws.amazon.com/ko_kr/AmazonCloudFront/latest/DeveloperGuide/private-content-signed-urls.html)를 받아서 프론트로 던지는 방법도 있습니다.