denshoproject / ddr-cmdln

Command-line tools for automating the Densho Digital Repository's various processes.
Other
0 stars 2 forks source link

Ingest local files as external files #131

Closed gjost closed 5 years ago

gjost commented 5 years ago

In some cases it is useful to create an external File object for a file in the ddrshared folder, and to generate SHA1/MD5/SHA256 hashsums, but to not actually ingest the file. For example, a large video file. This saves the user from having to run separate tools to get the hashsums.

gjost commented 5 years ago

Fixed in commit 3828bee.