sul-dlss / wasapi-downloader

Java application to download WARCs from WASAPI
Other
6 stars 4 forks source link

setting? to choose which checksum to validate with #92

Closed ndushay closed 7 years ago

ndushay commented 7 years ago

In WasapiDownloader, we are validating downloaded files with the MD5 checksum, but it should be a configurable option -- MD5 or SHA1 at this point ...

ndushay commented 7 years ago

actually, the option should match the case, etc from WASAPI, currently md5 and sha1

ndushay commented 7 years ago

Set this in settings.properties:

ndushay commented 7 years ago

in branch add-settings; not doing PR yet (waiting for #102 to be merged first)