This commit is contained in:
Chris Lu
2020-10-25 15:32:43 -07:00
parent 596d476e3d
commit f375b93aef
11 changed files with 287 additions and 287 deletions

View File

@@ -26,7 +26,7 @@ func (wfs *WFS) saveDataAsChunk(dir string) filer.SaveDataAsChunkFunctionType {
Collection: wfs.option.Collection,
TtlSec: wfs.option.TtlSec,
DataCenter: wfs.option.DataCenter,
ParentPath: dir,
Path: dir,
}
resp, err := client.AssignVolume(context.Background(), request)