5960616263646566676869
if (created != null) { return Responses.created(); } else { return new StatusResponse(409, "Conflict: binary already exists. To replace it, DELETE it first."); } } catch (IOException e) { Throwables.propagate(e);