-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
How freaking cool would it be if you could point datafs to a file and it would return all the archive/version combos that match the hash value? Then if people had downloaded it, changed the name, etc., you could still trace the origin and get the metadata!!!
Example:
$ echo "this is a file" > myfile.txt
$ datafs create my_new_archive.txt --description "some contents" --tag "textfile"
$ datafs update my_new_archive.txt myfile.txt --bumpversion major
archive <osdc://my_new_archive.txt>updated to version 1.0
$ mv myfile.txt anotherfile.txt
$ datafs lookup anotherfile.txt
<osdc://my_new_archive.txt> v1.0