-
Notifications
You must be signed in to change notification settings - Fork 19
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
Remove url-based uploads #94
Conversation
Using the documented example curl command for url-based uploads (adjusted for our server), I tried to replicate the upload behavior for The fix appears to work as intended- but I noticed some oddities, so can't be sure that my validation plan was comprehensive.
|
Hi, |
Thanks Andy, good points! We added a check before job creation to detect url-based uploads and to return 400 (should fix your point 1). See PR #96 |
No description provided.