weed filer.copy: use existing file owner and gropu id
This commit is contained in:
11
weed/util/file_util_posix.go
Normal file
11
weed/util/file_util_posix.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build windows
|
||||
|
||||
package util
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func GetFileUidGid(fi os.FileInfo) (uid, gid uint32) {
|
||||
return 0, 0
|
||||
}
|
||||
Reference in New Issue
Block a user