You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add: cloud 의존성과 설정 추가
* add: s3에 존재하는 파일을 업로드하는 유틸 생성
* add: MultipartFile을 File로 전환하는 유틸 생성
- s3는 multipart를 저장하지 못해, 파일로 전환해서 업로드
- 임시로 만들어진 파일을 삭제하는 메소드도 구현
* feat: 파일 업로드 api 구현
- 파일 이름 중복처리를 위해 이름에 UUID를 추가함
- 임시로 만들어진 파일은 이후 삭제됨
* add: 파일 업로드용 exception.properties 추가
* fix: jar 파일 버전 이름 업데이트
* update: profile 설정 변경
---------
Co-authored-by: kwonjoosung <[email protected]>
Co-authored-by: 권주성 <[email protected]>
* add: cloud 의존성과 설정 추가
* add: s3에 존재하는 파일을 업로드하는 유틸 생성
* add: MultipartFile을 File로 전환하는 유틸 생성
- s3는 multipart를 저장하지 못해, 파일로 전환해서 업로드
- 임시로 만들어진 파일을 삭제하는 메소드도 구현
* feat: 파일 업로드 api 구현
- 파일 이름 중복처리를 위해 이름에 UUID를 추가함
- 임시로 만들어진 파일은 이후 삭제됨
* add: 파일 업로드용 exception.properties 추가
* fix: jar 파일 버전 이름 업데이트
* update: profile 설정 변경
---------
Co-authored-by: kwonjoosung <[email protected]>
Co-authored-by: 권주성 <[email protected]>
🚀 목적
게시글에 사용되는 이미지를 저장하는 api 개발
🔗 작업
이미지를 받아 s3에 저장 후, 경로를 응답으로 전달
✅ 완료조건
The text was updated successfully, but these errors were encountered: