Can you used presigned urls + AWS Media Services?

0

I'm assuming this can be done since the user is ultimately accessing the content from a CloudFront distro?

1 回答
0
已接受的回答

You can use signed URLs with CloudFront, regardless of the type of origin*.

One thing to be aware is that the media content generated by AWS media services (and other applications) reference other content (e.g.HLS M3U8 references other M3U8s and media fragments, etc). These URLs won't be signed, so you either need to update these (perhaps by using Lambda@Edge) or use CloudFront signed cookies instead.

(* as long as the origin isn't expecting query-string entries with exactly the same names as those for CloudFront signed URLs)

AWS
专家
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则