forked from TrueCloudLab/frostfs-node
[#60] object/put: Provide network State interface to formatter
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
b627814dd8
commit
16a5107ef1
2 changed files with 9 additions and 0 deletions
|
@ -73,6 +73,7 @@ func (p *Streamer) initTarget(prm *PutInitPrm) error {
|
|||
Key: sessionKey,
|
||||
NextTarget: p.newCommonTarget(prm),
|
||||
SessionToken: sToken,
|
||||
NetworkState: p.networkState,
|
||||
})
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue