Skip to content
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

[DEV-294] 파일서버 분리 #3

Merged
merged 3 commits into from
Jun 6, 2024
Merged

[DEV-294] 파일서버 분리 #3

merged 3 commits into from
Jun 6, 2024

Conversation

claycat
Copy link
Contributor

@claycat claycat commented May 30, 2024

  • 파일서버 분리

@claycat claycat added the enhancement New feature or request label May 30, 2024
@claycat claycat self-assigned this May 30, 2024
Copy link

Test Coverage

Overall Project NaN% NaN% 🟢

There is no coverage information present for the Files changed

Comment on lines +18 to +20
if (!signService.verify(dto.fileName, dto.signature)) {
return@defer Mono.error<Void>(RuntimeException("Invalid Signature"))
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 부분 테스트 있나요?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

추가완료

@claycat claycat merged commit e721e53 into develop Jun 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants