This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bugfix] S3 Presigned를 사용할 때 확장자가 포함되지 않은 버그 수정
motivation: - presigend 요청 후 파일을 저장할 때 확장자가 붙지 않은 상황이 발생했습니다. 확장자를 고려하지 않고 UUID와 LocalDateTime 만을 조합했기 때문에 발생한 문제였습니다. modification: - 확장자 추출 메서드를 추가해 수정을 했습니다. Close #177
- Loading branch information
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters