This commit is contained in:
Chris Lu
2019-11-27 12:34:57 -08:00
parent 46294b42e6
commit 586798ecc0
3 changed files with 7 additions and 8 deletions

View File

@@ -35,4 +35,4 @@ func uploadFileToRemote(ctx context.Context, req *volume_server_pb.VolumeTierCop
println("copying dat file of", f.Name(), "to remote")
return nil
}
}