-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Feat/#84: 채팅 파일 처리 #106
The head ref may contain hidden characters: "feat/#84/\uCC44\uD305-\uD30C\uC77C-\uCC98\uB9AC"
Feat/#84: 채팅 파일 처리 #106
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
case "text/plain" -> fileExtension = "txt"; | ||
default -> log.error("Unsupported file prefix: " + filePrefix); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
나중에 리펙토링시 enum 으로 관리하면 더 좋을것 같습니다!
log.info("Unsupported file prefix: " + filePrefix); | ||
yield ".bin"; // 기본 확장자 | ||
} | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 이렇게 메소드로 책임 분리하는거 좋습니다!
📝 요약
🔖 변경 사항
✅ 리뷰 요구사항
약 2MB까지 테스트해보았을 때 잘 작동했습니다 S3에 업로드된 거 확인해주시면 될 것 같아요
📸 확인 방법 (선택)
📌 PR 진행 시 이러한 점들을 참고해 주세요