Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

[Bugfix] S3 Presigned를 사용할 때 확장자가 포함되지 않은 버그 수정 #178

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

Nine-JH
Copy link
Contributor

@Nine-JH Nine-JH commented Jan 24, 2024

변경사항

  • presigend 요청 후 파일을 저장할 때 확장자가 붙지 않은 상황이 발생했습니다. 확장자를 고려하지 않고 UUID와 LocalDateTime 만을 조합했기 때문에 발생한 문제였습니다.
  • 확장자 추출 메서드를 추가해 수정을 했습니다.

Issue Link - #77

motivation:
- presigend 요청 후 파일을 저장할 때 확장자가 붙지 않은 상황이 발생했습니다. 확장자를 고려하지 않고 UUID와 LocalDateTime 만을 조합했기 때문에 발생한 문제였습니다.

modification:
- 확장자 추출 메서드를 추가해 수정을 했습니다.

Close #177
@Nine-JH Nine-JH self-assigned this Jan 24, 2024
@laigasus laigasus self-requested a review January 24, 2024 11:56
Copy link
Member

@laigasus laigasus left a comment

Choose a reason for hiding this comment

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

좋아요 👍

Copy link

Test Results

48 tests  ±0   48 ✅ ±0   2s ⏱️ ±0s
16 suites ±0    0 💤 ±0 
16 files   ±0    0 ❌ ±0 

Results for commit 88d527c. ± Comparison against base commit 2feb462.

@Nine-JH Nine-JH merged commit 15bbef0 into develop Jan 24, 2024
3 checks passed
@Nine-JH Nine-JH deleted the bugfix/#177-adding-file-extension-with-using-s3 branch January 24, 2024 13:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] AWS S3 Bucket PreSigned 요청 시 파일명에 확장자가 붙지 않는 에러
4 participants