Skip to content

Commit

Permalink
Update task_execution_service.openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMcL4475 authored Aug 17, 2023
1 parent 559b5c2 commit 881483f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi/task_execution_service.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ components:
type: string
description: |-
URL at which the TES server makes the output accessible after the task is complete.
When tesOutput.path contains wildcards, it must be a directory
When tesOutput.path contains wildcards, it must be a directory.
For Example:
- `s3://my-object-store/file1`
- `gs://my-bucket/file2`
Expand All @@ -535,7 +535,7 @@ components:
description: |-
Absolute path of the file inside the container.
May contain pattern matching wildcards to select multiple outputs at once, but mind
implications for `tesOutput.url`
implications for `tesOutput.url`.
Only wildcards defined in IEEE Std 1003.1-2017 (POSIX), 12.3 are supported; see
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_13
type:
Expand Down

0 comments on commit 881483f

Please sign in to comment.