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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ