fix: ImageContentCloudFront.kt
- host, key-pair-id, key-file-path 참조 변경
This commit is contained in:
		| @@ -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( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user