Skip to content
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

SetPackage support for remote downloads #8

Merged
merged 2 commits into from
Apr 13, 2018
Merged

Conversation

ejbrever
Copy link
Contributor

@ejbrever ejbrever commented Apr 6, 2018

@aashaikh @robshakir @samribeiro Can you please review?

@ejbrever ejbrever requested review from aashaikh and robshakir April 11, 2018 17:23
@robshakir
Copy link
Contributor

Looks good to me. Let’s ping @samribeiro on this. @aashaikh is OOO this week.

string path = 1;

enum DownloadType {
DL_UNKNOWN = 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that RemoteDownload is only used as part of Request and never a Response. In what situation would you use a DL_UNKNOWN value? Perhaps better to just use SFTP as default?

@ejbrever ejbrever merged commit d53a0f9 into master Apr 13, 2018
@ejbrever ejbrever deleted the set-package-download branch April 13, 2018 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants