Skip to content

Commit f7650cf

Browse files
committed
Use CRT for cloudfront url signing
1 parent 0ebdde0 commit f7650cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

awscli/customizations/cloudfront.py

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
import sys
1616
import time
1717

18+
from botocore.signers import CloudFrontSigner
19+
from botocore.utils import parse_to_aware_datetime
20+
1821
from awscrt.crypto import RSA, RSASignatureAlgorithm
1922

2023
from awscli.arguments import CustomArgument

0 commit comments

Comments
 (0)