Right now the create handler returns a 400: Bad Request if there's a write failure by the storage service.
Clients should not re-attempt requests that produce a 400, but in our case, the client should retry.
Consider responding to the client with a 500: Internal Server Error or 503: Service Unavailable.
(tus-js-client does not attempt to retry in the case of a 4xx response)