scan and persist
POST call to scan file for virus, and persist to disk (optional)
this endpoint is called to scan file for virus and persist it in AWS s3 (optional)
post/v1/scan/upload
Response
no virus detected and file upload to S3 bucket
Example response
{
"s3Ref": "123_PRESCRIPTION.JPG.2020",
"bucket": "pip-bucket"
}