forked from TrueCloudLab/frostfs-node
[#70] object/put: Fix NPE caused by nil FormatValidator
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
6fe6005e71
commit
2b16edebc9
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ func (p *Streamer) newCommonTarget(prm *PutInitPrm) transformer.ObjectTarget {
|
|||
}
|
||||
}
|
||||
},
|
||||
fmt: p.fmtValidator,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue