|
|
|
@@ -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) |
|
|
|
|
|
|
|
|