오디션 #249

Merged
klaus merged 40 commits from test into main 2025-01-07 17:24:40 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 80841fe543 - Show all commits

View File

@ -76,7 +76,7 @@ class AuditionApplicantService(
val contentPath = s3Uploader.upload(
inputStream = contentFile.inputStream,
bucket = bucket,
filePath = "audition/${applicant.id}/$contentFileName",
filePath = "audition/applicant/${applicant.id}/$contentFileName",
metadata = metadata
)
applicant.voicePath = contentPath