-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#60] s3에 파일(이미지) 업로드하는 api 구현 #85
Conversation
- s3는 multipart를 저장하지 못해, 파일로 전환해서 업로드 - 임시로 만들어진 파일을 삭제하는 메소드도 구현
- 파일 이름 중복처리를 위해 이름에 UUID를 추가함 - 임시로 만들어진 파일은 이후 삭제됨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 ~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
역시 신영님 스프린트 2주차도 고생하셨습니다~~~!!!👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
크으 고생하셨습니다👍
* 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]>
🌱 작업 사항
🦄 관련 이슈
close #60