-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat : 이미지 추가 및 삭제 api 구현, 게시물 작성 및 수정 기능 구현 #29
Conversation
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.
확인했습니다!!💯
String fileName = buildFileName(folderName, file.getName()); | ||
String uploadUrl = uploadToS3(file, fileName); | ||
|
||
System.out.println("uploadUrl: " + uploadUrl); |
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.
log.info와 System.out.println을 구분해서 사용하신는 것 같은데 이유가 있을까욥??
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.
넵!! 머지하셔도 될거같습니다~~!👍
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.
삭제했습니다 머지하겠습니다
#️⃣연관된 이슈
📝작업 내용
S3 설정
이미지 추가 및 삭제 api 구현
게시물 작성 api 구현
게시물 수정 api 구현
💬리뷰 요구사항(선택)