Skip to content

Commit

Permalink
Merge pull request #157 from ga4gh/issue/156
Browse files Browse the repository at this point in the history
Adding streamable flag to tesInput
  • Loading branch information
kellrott committed Oct 10, 2022
2 parents 8f5f0ce + 241ecef commit 9b29a79
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openapi/task_execution_service.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,17 @@ components:
UTF-8 encoded
If content is not empty, "url" must be ignored.
streamable:
type: boolean
description: |-
Indicate that a file resource could be accessed using a streaming
interface, ie a FUSE mounted s3 object. This flag indicates that
using a streaming mount, as opposed to downloading the whole file to
the local scratch space, may be faster despite the latency and
overhead. This does not mean that the backend will use a streaming
interface, as it may not be provided by the vendor, but if the
capacity is avalible it can be used without degrading the
performance of the underlying program.
description: Input describes Task input files.
tesListTasksResponse:
required:
Expand Down

0 comments on commit 9b29a79

Please sign in to comment.