-
Notifications
You must be signed in to change notification settings - Fork 78
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
Pr 323 #422
Conversation
…n-kinesis-video-streams-producer-c into PR-323
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #422 +/- ##
===========================================
- Coverage 62.83% 62.67% -0.17%
===========================================
Files 32 32
Lines 4599 4614 +15
===========================================
+ Hits 2890 2892 +2
- Misses 1709 1722 +13 ☔ View full report in Codecov by Sentry. |
@@ -117,6 +118,12 @@ STATUS signAwsRequestInfo(PRequestInfo pRequestInfo) | |||
|
|||
CHK(pRequestInfo != NULL && pRequestInfo->pAwsCredentials != NULL, STATUS_NULL_ARG); | |||
|
|||
// signAwsRequestInfo is a public api function, if service is not specified default to "kinesisvideo" so no breaking changes are introduced to the | |||
// api | |||
if (pRequestInfo->service[0] == L'\0') { |
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.
Minor but we can use IS_EMPTY_STRING instead.
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.
Same below on L179
Issue #, if available:
#323
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.