mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-30 23:29:02 +08:00
Merge branch 'master' into mq-subscribe
This commit is contained in:
commit
96149cbf7f
@ -202,7 +202,7 @@ func downloadViaRclone(fs fs.Fs, filename string, key string, fn func(progressed
|
||||
}
|
||||
}(file)
|
||||
|
||||
tr := accounting.NewStats(ctx).NewTransfer(obj)
|
||||
tr := accounting.NewStats(ctx).NewTransfer(obj, fs)
|
||||
defer tr.Done(ctx, err)
|
||||
acc := tr.Account(ctx, rc)
|
||||
pr := ProgressReader{acc: acc, tr: tr, fn: fn}
|
||||
|
Loading…
Reference in New Issue
Block a user