We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ade986 commit 929f9d3Copy full SHA for 929f9d3
boto3/examples/cloudfront.rst
@@ -28,7 +28,7 @@ Note that you will need the ``cryptography`` `library <https://cryptography.io/e
28
29
cloudfront_signer = CloudFrontSigner(key_id, rsa_signer)
30
31
- # Create a signed url that will be valid until the specfic expiry date
+ # Create a signed url that will be valid until the specific expiry date
32
# provided using a canned policy.
33
signed_url = cloudfront_signer.generate_presigned_url(
34
url, date_less_than=expire_date)
0 commit comments