steffenfritz / bagit

gobagit is a library and command line tool to work with the BagIt format
MIT License
6 stars 1 forks source link

Add fetch.txt command line flag #5

Closed steffenfritz closed 5 years ago

steffenfritz commented 5 years ago

What: Add a command line flag that inserts a fetch.txt file into the bag.

Why: BagIt allows the usage of a fetch.txt file that references remote resources.

Things to consider: The referenced resources MUST be listed in all payload manifest files. So it is necessary to download all resources temporary and calculate all hashsums on creation time.

steffenfritz commented 5 years ago

Closed with 088d476