cloudfront - https 제거
This commit is contained in:
parent
c9a9c8c310
commit
9b4e2fd192
|
@ -31,7 +31,7 @@ class AudioContentCloudFront(
|
||||||
// Generate signed URL for resource with custom policy and expiration time
|
// Generate signed URL for resource with custom policy and expiration time
|
||||||
|
|
||||||
return CloudFrontUrlSigner.getSignedURLWithCannedPolicy(
|
return CloudFrontUrlSigner.getSignedURLWithCannedPolicy(
|
||||||
"https://$cloudfrontDomain/$resourcePath", // Resource URL
|
"$cloudfrontDomain/$resourcePath", // Resource URL
|
||||||
keyPairId, // CloudFront key pair ID
|
keyPairId, // CloudFront key pair ID
|
||||||
privateKey, // CloudFront private key
|
privateKey, // CloudFront private key
|
||||||
Date(System.currentTimeMillis() + expirationTime) // Expiration date
|
Date(System.currentTimeMillis() + expirationTime) // Expiration date
|
||||||
|
|
Loading…
Reference in New Issue