캐릭터 챗봇 #338
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue