Closed chrisburr closed 6 months ago
Add routes to the Sandbox handler
GET /api/jobs/{job_id}/sandbox { "Input": {pfn1: presignedurl, pfn2: presignedurl}, "Output": {pfn1: presignedurl, pfn2: presignedurl}, }
GET /api/jobs/{job_id}/sandbox/{sandbox_type} {pfn1: presignedurl, pfn2: presignedurl}
PATCH "SE:SandboxSE|/S3/.../abcedfg.tar.bz2" /api/jobs/{job_id}/sandbox/output
Part of #13
@natthan-pigoux is taking a look at this
Related PR: #156
This issue can be closed since #156 has been merged.
Add routes to the Sandbox handler
Part of #13