Skip to content

Commit

Permalink
refactor: TODO 주석 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
5uhwann committed Dec 7, 2024
1 parent 664558f commit 04b1e0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public UploadedFileUrlAndNameQuery getUploadedFileUrlAndName(String key, String
);
}

//TODO: video 피드 조회 시 수정 필요
public UploadedVideoUrlQuery getUploadedVideoUrl(String key) {
String fileId = extractFileId(key);
String region = amazonS3Client.getRegionName();
Expand Down

0 comments on commit 04b1e0c

Please sign in to comment.