Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Presigned S3 URLs with Cloudfront

I want to append my pre-signed URL to a CloudFront URL to use instead

any idea how to achieve this?

like image 669
Kinjal Gor Avatar asked Jul 18 '18 04:07

Kinjal Gor


Video Answer


1 Answers

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

like image 159
John Rotenstein Avatar answered Sep 22 '22 18:09

John Rotenstein