-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provider: add a AWS Elemental MediaConvert provider #223
Conversation
Codecov Report
@@ Coverage Diff @@
## master #223 +/- ##
==========================================
- Coverage 78.62% 78.36% -0.26%
==========================================
Files 29 31 +2
Lines 2914 3310 +396
==========================================
+ Hits 2291 2594 +303
- Misses 372 446 +74
- Partials 251 270 +19
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, just some minor comments.
Nice job! :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last thing x)
We don't want this code to do anything inexpected. By checking these values separately, if a config is incomplete and a key was provided but no secret (or the other way around) the static creds logic is not run and when run, nothing will error and default creds may be used unexpectedly. Let's make sure that if anything was provided for key or secret, we run the static credentials logic.
https://docs.aws.amazon.com/mediaconvert/latest/apireference/resources.html
Closes #194