Presigned S3 URLs with Cloudfront

amazon-cloudfront, amazon-s3, cdn

Solution

Use an Amazon CloudFront Signed URL instead of attempting to use an Amazon S3 pre-signed URL with CloudFront.

See: Using Signed URLs - Amazon CloudFront

Problem

I want to append my pre-signed URL to a CloudFront URL to use instead any idea how to achieve this?

Original source

Related problems