Pre-Signed S3 URLs with Cloudfront/CDN

后端 未结 1 497
无人共我
无人共我 2021-02-05 14:53

Is it possible to generate pre-signed URLs for CDNs (i.e., CloudFront?), or can I append pre-signed URL parameters to a CloudFront URL to use instead?

Example:



        
相关标签:
1条回答
  • 2021-02-05 15:40

    FYI if you only want the network optimization, and not the edge caching, you can also consider using "Amazon S3 Transfer Acceleration": https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html

    This allows you to keep using S3 signatures, rather than having to implement Cloudfront signatures.

    See my answer here for more details: https://stackoverflow.com/a/54139603/8046487

    0 讨论(0)
提交回复
热议问题