mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Refactor: create placeholder file and record upload session id in it
This commit is contained in:
@@ -57,7 +57,7 @@ func (d *Driver) Put(ctx context.Context, file fsctx.FileHeader) error {
|
||||
|
||||
req := serializer.SlaveTransferReq{
|
||||
Src: src,
|
||||
Dst: file.GetSavePath(),
|
||||
Dst: file.Info().SavePath,
|
||||
Policy: d.policy,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user