Makes a few small tweaks to fix things that prevented access to artifact downloads.
I think there may be a few other places where if len(path) < n checks might be off-by-one due to a leading empty string in the split path slice, but I was only really looking at artifactsHandler for this PR.
Makes a few small tweaks to fix things that prevented access to artifact downloads.
I think there may be a few other places where
if len(path) < n
checks might be off-by-one due to a leading empty string in the split path slice, but I was only really looking atartifactsHandler
for this PR.