Describe the bug
When uploading images using the /index end point, the return code is always 200, even if the upload failed. the following screen shot of the CloudWatch log shows three failed uploads, but I received a 200 response in each of these cases.
Workflow
upload any image to /index
Expected behavior
- if the return is 200 then the image should have uploaded.
- if the upload failed for any reason then the return code should not be 200
Additional context