ukaea / piezo

1 stars 0 forks source link

User can request job logs be written to S3 #88

Closed robert-clegg-tessella closed 5 years ago

robert-clegg-tessella commented 5 years ago

Sub-task to #16

User can call a writelogs handler with body {"job name": "example-job"}. The web app will get the logs for that job and write them to the kubernetes bucket in S3 at outputs/example-job/log.txt

Subsequent tickets will:

Acceptance criteria

robert-clegg-tessella commented 5 years ago

@vidhyamanojkumar The 400 response is as expected: this is a standard response from the JSON schema validate method.