mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
minor
This commit is contained in:
parent
27ba0a2be3
commit
63b0fb54f7
|
@ -116,7 +116,7 @@ func runCopy(cmd *Command, args []string) bool {
|
|||
fmt.Printf("read from filer %s: %v\n", filerGrpcAddress, err)
|
||||
return false
|
||||
}
|
||||
if strings.HasPrefix(urlPath, dirBuckets) {
|
||||
if strings.HasPrefix(urlPath, dirBuckets+"/") {
|
||||
restPath := urlPath[len(dirBuckets)+1:]
|
||||
if strings.Index(restPath, "/") > 0 {
|
||||
expectedBucket := restPath[:strings.Index(restPath, "/")]
|
||||
|
|
Loading…
Reference in a new issue