fix: ImageContentCloudFront.kt

- host, key-pair-id, key-file-path 참조 변경
This commit is contained in:
Klaus 2025-08-21 18:09:17 +09:00
parent 13fd262c94
commit 75100cacec
1 changed files with 3 additions and 3 deletions

View File

@ -16,13 +16,13 @@ import java.util.Date
*/
@Component
class ImageContentCloudFront(
@Value("\${cloud.aws.cloud-front.host}")
@Value("\${cloud.aws.content-cloud-front.host}")
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,
@Value("\${cloud.aws.cloud-front.key-pair-id}")
@Value("\${cloud.aws.content-cloud-front.key-pair-id}")
private val keyPairId: String
) {
fun generateSignedURL(