-
Notifications
You must be signed in to change notification settings - Fork 865
Elastic Transcoder requires empty string for notifications that are not required #322
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
Comments
I agree with you that this is a poor experience. Unfortunately, this is the current service behavior. We have forwarded your feedback to the Elastic Transcoder team and they have added a backlog task to improve this functionality. |
@gokarnm I disagree. This can be fixed in the SDK without needing to touch core transcoder, just default the values in the SDK to empty string and don't force me to have to do it, gives a better user experience without having to care about the elastic transcoder implementation. |
@gorkarnm do you want me to send a PR fixing the ctor? |
Version 3.1.0.5 of the ElasticTranscoder package now allows you to pass null values for notifications when calling CreatePipeline. |
Awesome @PavelSafronov thank you very much :) |
During the creation of a pipeline:
If you don't specify the un-required notifications:
e.g
It throws an error saying:
This makes no sense considering the values can be an empty string to specify that there are no notifications to be raised for these events.
null should be allowed.
The text was updated successfully, but these errors were encountered: