awslabs / amplify-video

An open source Category Plugin for the AWS Amplify-CLI that makes it easy to deploy live and file based streaming video services and integrate them into your Amplify applications.
https://www.npmjs.com/package/amplify-category-video
Apache License 2.0
267 stars 56 forks source link

What is the ID associated with the pem key? #170

Closed vitalbone closed 3 years ago

vitalbone commented 3 years ago

When adding or updating the video category to allow for signed urls, I am a little confused as to what ID in the What is the ID associated with the pem key? is referring to.

Is it:

➜ amplify video update
? Choose what project you want to update? myvideoproject
? Select a system-provided encoding template, specify an already-created template name: HLS
? Is this a production enviroment? Yes
? Do you want to protect your content with signed urls? Yes
? Provide the location to the pem key you want CloudFront you want to sign urls with: /path/to/my/private-key.pem
? What is the ID associated with the pem key? <------

As always, thanks for the great lib @wizage.

smp commented 3 years ago

It's the CloudFront Access Key ID, created a pr to update: https://github.com/awslabs/amplify-video/pull/173

vitalbone commented 3 years ago

Thanks @smp!

wizage commented 3 years ago

Merged with #173. Pending release