diff --git a/DataFileUtil.html b/DataFileUtil.html
index a025f6c..3c46184 100644
--- a/DataFileUtil.html
+++ b/DataFileUtil.html
@@ -1 +1 @@
-
DataFileUtilmoduleDataFileUtil{typedefintboolean;
typedefstructure{stringhid;
stringfile_name;
stringid;
stringurl;
stringtype;
stringremote_md5;
}Handle; typedefstructure{stringshock_id;
stringhandle_id;
stringfile_path;
stringunpack;
}ShockToFileParams; typedefstructure{stringnode_file_name;
stringfile_path;
intsize;
mapping<string,UnspecifiedObject>attributes;
}ShockToFileOutput; typedefstructure{stringfile_path;
mapping<string,UnspecifiedObject>attributes;
stringpack;
}FileToShockParams; typedefstructure{stringshock_id;
stringnode_file_name;
stringsize;
}FileToShockOutput; typedefstructure{stringfile_path;
}UnpackFileParams; typedefstructure{stringfile_path;
}UnpackFileResult; typedefstructure{stringfile_path;
stringpack;
}PackFileParams; typedefstructure{stringfile_path;
}PackFileResult; typedefstructure{stringfile_path;
mapping<string,UnspecifiedObject>attributes;
list<string>ws_refs;
}PackageForDownloadParams; typedefstructure{stringshock_id;
stringnode_file_name;
stringsize;
}PackageForDownloadOutput; typedefstructure{stringshock_id;
}CopyShockNodeParams; typedefstructure{stringshock_id;
}CopyShockNodeOutput; typedefstructure{stringshock_id;
}OwnShockNodeParams; typedefstructure{stringshock_id;
}OwnShockNodeOutput; funcdefws_name_to_id(stringname)returns(intid)authenticationrequired;
typedeftuple<intobjid,stringname,stringtype,stringsave_date,intversion,stringsaved_by,intwsid,stringworkspace,stringchsum,intsize,mapping<string,string>meta>object_info;
typedefstructure{stringtype;
UnspecifiedObjectdata;
stringname;
intobjid;
mapping<string,string>meta;
list<string>extra_provenance_input_refs;
}ObjectSaveData; typedefstructure{intid;
}SaveObjectsParams; typedefstructure{list<string>object_refs;
}GetObjectsParams; typedefstructure{UnspecifiedObjectdata;
}ObjectData; typedefstructure{}GetObjectsResults; funcdefversions()returns(stringwsver,stringshockver)authenticationrequired;
typedefstructure{stringstaging_file_subdir_path;
}DownloadStagingFileParams; typedefstructure{stringcopy_file_path;
}DownloadStagingFileOutput; typedefstructure{stringfile_url;
stringdownload_type;
}DownloadWebFileParams; typedefstructure{stringcopy_file_path;
}DownloadWebFileOutput; };
\ No newline at end of file
+DataFileUtilmoduleDataFileUtil{typedefintboolean;
typedefstructure{stringhid;
stringfile_name;
stringid;
stringurl;
stringtype;
stringremote_md5;
}Handle; typedefstructure{stringshock_id;
stringhandle_id;
stringfile_path;
stringunpack;
}ShockToFileParams; typedefstructure{stringnode_file_name;
stringfile_path;
intsize;
mapping<string,UnspecifiedObject>attributes;
}ShockToFileOutput; typedefstructure{stringfile_path;
mapping<string,UnspecifiedObject>attributes;
stringpack;
}FileToShockParams; typedefstructure{stringshock_id;
stringnode_file_name;
stringsize;
}FileToShockOutput; typedefstructure{stringfile_path;
}UnpackFileParams; typedefstructure{stringfile_path;
}UnpackFileResult; typedefstructure{stringfile_path;
stringunpack;
}UnpackFilesParams; typedefstructure{stringfile_path;
}UnpackFilesResult; typedefstructure{stringfile_path;
stringpack;
}PackFileParams; typedefstructure{stringfile_path;
}PackFileResult; typedefstructure{stringfile_path;
mapping<string,UnspecifiedObject>attributes;
list<string>ws_refs;
}PackageForDownloadParams; typedefstructure{stringshock_id;
stringnode_file_name;
stringsize;
}PackageForDownloadOutput; typedefstructure{stringshock_id;
}CopyShockNodeParams; typedefstructure{stringshock_id;
}CopyShockNodeOutput; typedefstructure{stringshock_id;
}OwnShockNodeParams; typedefstructure{stringshock_id;
}OwnShockNodeOutput; funcdefws_name_to_id(stringname)returns(intid)authenticationrequired;
typedeftuple<intobjid,stringname,stringtype,stringsave_date,intversion,stringsaved_by,intwsid,stringworkspace,stringchsum,intsize,mapping<string,string>meta>object_info;
typedefstructure{stringtype;
UnspecifiedObjectdata;
stringname;
intobjid;
mapping<string,string>meta;
list<string>extra_provenance_input_refs;
}ObjectSaveData; typedefstructure{intid;
}SaveObjectsParams; typedefstructure{list<string>object_refs;
}GetObjectsParams; typedefstructure{UnspecifiedObjectdata;
}ObjectData; typedefstructure{}GetObjectsResults; funcdefversions()returns(stringwsver,stringshockver)authenticationrequired;
typedefstructure{stringstaging_file_subdir_path;
}DownloadStagingFileParams; typedefstructure{stringcopy_file_path;
}DownloadStagingFileOutput; typedefstructure{stringfile_url;
stringdownload_type;
}DownloadWebFileParams; typedefstructure{stringcopy_file_path;
}DownloadWebFileOutput; };
\ No newline at end of file
diff --git a/Makefile b/Makefile
index 3f5136f..66df5bb 100644
--- a/Makefile
+++ b/Makefile
@@ -20,11 +20,11 @@ all: compile build build-startup-script build-executable-script build-test-scrip
compile:
kb-sdk compile $(SPEC_FILE) \
--out $(LIB_DIR) \
- --clasyncver \
- --html \
+ --clasyncver release \
--pyclname $(SERVICE_CAPS).$(SERVICE_CAPS)Client \
--pyimplname $(SERVICE_CAPS).$(SERVICE_CAPS)Impl \
--pysrvname $(SERVICE_CAPS).$(SERVICE_CAPS)Server
+ kb-sdk compile $(SPEC_FILE) --html
build:
chmod +x $(SCRIPTS_DIR)/entrypoint.sh
diff --git a/lib/DataFileUtil/DataFileUtilClient.py b/lib/DataFileUtil/DataFileUtilClient.py
index 00c8db1..fe2d0b8 100644
--- a/lib/DataFileUtil/DataFileUtilClient.py
+++ b/lib/DataFileUtil/DataFileUtilClient.py
@@ -24,7 +24,7 @@ def __init__(
password=None, token=None, ignore_authrc=False,
trust_all_ssl_certificates=False,
auth_svc='https://ci.kbase.us/services/auth/api/legacy/KBase/Sessions/Login',
- service_ver='--html',
+ service_ver='release',
async_job_check_time_ms=100, async_job_check_time_scale_percent=150,
async_job_check_max_time_ms=300000):
if url is None:
diff --git a/lib/DataFileUtil/DataFileUtilImpl.py b/lib/DataFileUtil/DataFileUtilImpl.py
index 23d1856..5cb8640 100644
--- a/lib/DataFileUtil/DataFileUtilImpl.py
+++ b/lib/DataFileUtil/DataFileUtilImpl.py
@@ -63,7 +63,7 @@ class DataFileUtil:
######################################### noqa
VERSION = "0.2.2"
GIT_URL = "https://github.com/kbaseapps/DataFileUtil.git"
- GIT_COMMIT_HASH = "0d855560a37f8787ab3bb67e464b9c94b299764e"
+ GIT_COMMIT_HASH = "8645c467e40937a79fd8ebea3aecb853f5fec048"
#BEGIN_CLASS_HEADER