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
) (#957)
* feat: UploadFile 삭제 기능 추가
* chore: 로그 띄어쓰기 삭제
* feat: 업로드 파일 삭제 어드민 API 추가
* refactor: AdminUploadV1Controller -> AdminUploadImageV1Controller 클래스명 변경
- 더 명확한 의미를 가지도록 변경
✨ 세부 내용
현재 업로드된 이미지는 R2에 매우 잘 저장되고 있습니다.
하지만 변경이 되거나, 업로드를 취소한 이미지들에 대해서 삭제 작업을 따로 해주고 있지 않기에 사용하지 않는 이미지들이 방치되고 있습니다.
물론 이미지의 양이 생각보다 많지 않기에 삭제를 직접 해도 되지만, DB 컬럼의 값을 건드려야 하는 위험한 요소가 있으므로, 어플리케이션으로 삭제하는 로직을 구현합니다.
⏰ 예상 소요 시간
3시간
The text was updated successfully, but these errors were encountered: