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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南