Changelog: slk v3.3.91#
Changes from slk v3.3.88 to v3.3.91
see here for changes from
All Fixes / Features#
fixed:
slk list -b PATH
did not show the correct byte size (slk list -b SEARCH_ID
printed the correct size)prevent slk retrieve not being able to retrieve certain files from the HSM cache
Known issues#
slk list
wildcard evaluation for directories does only work if*
replace the full name of a directory and not parts; this works:slk list /arch/*/k204221/INDEX.txt
; but not:slk list /arch/b*/k204221/INDEX.txt
slk list SEARCH_ID
collects all search results, first, and, then, prints them. This might take a while if many search results are found. Alternatively, you can runslk_helpers list_search
on the sameSEARCH_ID
which will print search results continuously.slk move
allows to use the*
wildcard to specify the source files; doing so will cause an errorYou do not have permission to access this endpoint
slk list
does not print(Partial File)
when partial file has been moved or renamedslk search -user <USER>
andslk search -group <GROUP>
do not work