s3 presigned test

test-v3dev1
withchao 2 years ago
parent 06a5ef9417
commit 2f1d9f6265

@ -207,6 +207,7 @@ func (c *Controller) CompleteUpload(ctx context.Context, uploadID string, partHa
if err != nil { if err != nil {
return nil, err return nil, err
} }
log.ZInfo(ctx, "hashCopyInfo", "value", fmt.Sprintf("%+v", hashCopyInfo))
targetKey = hashCopyInfo.Key targetKey = hashCopyInfo.Key
default: default:
return nil, errors.New("invalid upload id type") return nil, errors.New("invalid upload id type")

Loading…
Cancel
Save