feat: S3 파일 업로드 기능 추가#5
Merged
Merged
Conversation
- S3Uploader 및 S3Config 클래스 추가로 S3 파일 업로드 기능 구현 - FileUploader를 통해 MultipartFile을 S3에 저장하는 로직 작성 - FileController에 파일 업로드 API 엔드포인트(/v1/files/upload) 추가 - 새로운 ErrorType(FILE_UPLOADING_FAILED) 정의 및 예외 처리 추가 - application.yml에 S3 설정 파일(db-s3.yml) 포함 및 기본 설정 추가 BREAKING CHANGE: S3 설정 및 파일 업로드 관련 신규 도메인 추가, 기존 파일 관리 로직에서의 변경 필요
jake8771
approved these changes
Jun 12, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary (요약)
파일 업로드를 위한 주요 클래스를 작성했습니다.
Changes (변경 사항)
Type of Change (변경 유형)
Related Issue (관련 이슈)
Test Plan (테스트 방법)
Screenshots (스크린샷)
Checklist (체크리스트)
Additional Context (추가 사항)