in src/utils/initConfig.js [21:30]
function warnAboutDepreactedUploadParams(): void {
console.warn(
'Option uploadTag, uploadTagPrefix and uploadID is deprecated. Please '
+ 'make sure that your file name contains date stamp, and leave the '
+ 'parameters unset. An uploadTag will be generated automaticially '
+ 'based on the name and size of input file. With skipRowsAlreadyUploaded '
+ 'option, the uploader can upload reliably and make sure each row is '
+ 'uploaded once and only once.'
);
}