Feat: 파일 업로드 기능 구현 (#208) #218
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 개요
테스트 환경에서도 안정적으로 동작할 수 있도록 S3 Mock 기반 테스트 인프라를 구축했습니다.
🔨 작업 내용
✅ 테스트 인프라 구축
S3MockConfig추가→ 테스트 환경에서 가짜 S3 클라이언트를 사용하도록 설정
→
application-test.yml에bucket이름,region등 mock 데이터 구성📁 파일 업로드 및 관리 기능 구현
업로드
FileAttachment,AttachmentMapping엔티티 생성 및 저장조회
publicURL반환수정
publicURL을 새 URL로 갱신삭제
🔗 관련 이슈
Closes #208
📝 참고 사항
✅ 체크리스트