Browse Source

优化批量调度

gitlink
songjc 2 years ago
parent
commit
438dc5dd76
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      internal/services/cmd/storage.go

+ 1
- 0
internal/services/cmd/storage.go View File

@@ -24,6 +24,7 @@ import (
)

func (service *Service) StartStorageMoveObject(msg *agtmsg.StartStorageMoveObject) (*agtmsg.StartStorageMoveObjectResp, *ramsg.CodeMessage) {
// TODO 修改文件名,可用objectname
outFileName := utils.MakeMoveOperationFileName(msg.ObjectID, msg.UserID)
outFilePath := filepath.Join(config.Cfg().StorageBaseDir, msg.Directory, outFileName)



Loading…
Cancel
Save