캐릭터 챗봇 #338

Merged
klaus merged 119 commits from test into main 2025-09-10 06:08:47 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 75100cacec - Show all commits

View File

@ -16,13 +16,13 @@ import java.util.Date
*/ */
@Component @Component
class ImageContentCloudFront( class ImageContentCloudFront(
@Value("\${cloud.aws.cloud-front.host}") @Value("\${cloud.aws.content-cloud-front.host}")
private val cloudfrontDomain: String, private val cloudfrontDomain: String,
@Value("\${cloud.aws.cloud-front.private-key-file-path}") @Value("\${cloud.aws.content-cloud-front.private-key-file-path}")
private val privateKeyFilePath: String, private val privateKeyFilePath: String,
@Value("\${cloud.aws.cloud-front.key-pair-id}") @Value("\${cloud.aws.content-cloud-front.key-pair-id}")
private val keyPairId: String private val keyPairId: String
) { ) {
fun generateSignedURL( fun generateSignedURL(