test #1

Merged
klaus merged 94 commits from test into main 2023-08-16 02:30:37 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9b4e2fd192 - Show all commits

View File

@ -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