export function checkSupportDump (url) {
  return function (dispatch) {
    dispatch({ type: SUPPORT_DUMP_CHECK });
    head(url)
    .then(() => dispatch(checkSupportDumpSuccess()))