mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add delete
This commit is contained in:
parent
776308c4eb
commit
1fcbed4e90
|
@ -36,6 +36,8 @@ func main() {
|
||||||
log.Fatalf("upload: %v", err)
|
log.Fatalf("upload: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
util.Delete(targetUrl, "")
|
||||||
|
|
||||||
util.Get(fmt.Sprintf("http://%s/vol/vacuum", *master))
|
util.Get(fmt.Sprintf("http://%s/vol/vacuum", *master))
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue