Skip to content

Commit

Permalink
[hotfix] jpeg 확장자 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu committed Jul 17, 2024
1 parent 409b1f7 commit 1c0d80d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class S3ServiceImpl implements S3Service {
public FileUrl generatePresignedUrl() {
return new FileUrl(
generatePresignedUrl("videos/", ".mp4"),
generatePresignedUrl("thumbnails/", "")
generatePresignedUrl("thumbnails/", ".jpeg")
);
}

Expand Down

0 comments on commit 1c0d80d

Please sign in to comment.