Skip to content

Commit

Permalink
[DDING-000] video CDN URL 수정 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoSeonJe authored Jan 13, 2025
1 parent b12d2a8 commit ea52d7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@ private String generateS3Url(String bucket, String region, String prefix, String
}

private String generateCdnUrl(String prefix, String filename, String suffix) {
return S3FileService.VIDEO_CDN_URL + "/" + prefix + filename + suffix;
return S3FileService.VIDEO_CDN_URL + prefix + filename + suffix;
}
}

0 comments on commit ea52d7d

Please sign in to comment.