Let's create a new endpoint that allows a c2d user to upload job results to a remote location.
If successful, then job results are deleted from the server, to save disk space.
Prerequisites:
- job must be finished
- results must be present (if previously uploaded by calling this endpoint or specifying an output to startCompute/freeStartCompute, then action is rejected)
Let's create a new endpoint that allows a c2d user to upload job results to a remote location.
If successful, then job results are deleted from the server, to save disk space.
Prerequisites: