我正在尝试创建AWS CloudFront固定签名网址。 我的资源总是可用,因此我需要将到期时间设置为无穷大在CloudFront中有任何选项。
CloudFrontUrlSigner类没有相同的规定。
public static String getSignedURLWithCannedPolicy(CloudFrontUrlSigner.Protocol protocol, String distributionDomain, File privateKeyFile, String s3ObjectKey, String keyPairId, Date dateLessThan) throws InvalidKeySpecException, IOException;