Browse Source

minor

pull/1566/head
Chris Lu 5 years ago
parent
commit
63b0fb54f7
  1. 2
      weed/command/filer_copy.go

2
weed/command/filer_copy.go

@ -116,7 +116,7 @@ func runCopy(cmd *Command, args []string) bool {
fmt.Printf("read from filer %s: %v\n", filerGrpcAddress, err) fmt.Printf("read from filer %s: %v\n", filerGrpcAddress, err)
return false return false
} }
if strings.HasPrefix(urlPath, dirBuckets) { if strings.HasPrefix(urlPath, dirBuckets+"/") {
restPath := urlPath[len(dirBuckets)+1:] restPath := urlPath[len(dirBuckets)+1:]
if strings.Index(restPath, "/") > 0 { if strings.Index(restPath, "/") > 0 {
expectedBucket := restPath[:strings.Index(restPath, "/")] expectedBucket := restPath[:strings.Index(restPath, "/")]

|||||||
100:0
Loading…
Cancel
Save