We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f239592 commit 8e41ebbCopy full SHA for 8e41ebb
pkg/rhttp/datatx/utils/download/download.go
@@ -58,7 +58,7 @@ func GetOrHeadFile(w http.ResponseWriter, r *http.Request, fs storage.FS, spaceI
58
ref = &provider.Reference{
59
ResourceId: &provider.ResourceId{StorageId: storageid, OpaqueId: opaqeid},
60
// ensure the relative path starts with '.'
61
- Path: utils.MakeRelativePath(fn),
+ // Path: utils.MakeRelativePath(fn),
62
}
63
64
// TODO check preconditions like If-Range, If-Match ...
0 commit comments