forked from TrueCloudLab/frostfs-node
[#1394] putSvc: Fix relay
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
772b471aab
commit
a5e1aa22c9
3 changed files with 7 additions and 6 deletions
|
@ -112,7 +112,7 @@ func (s *Streamer) init(ctx context.Context, req *objectV2.PatchRequest) error {
|
|||
}
|
||||
oV2.GetHeader().SetOwnerID(ownerID)
|
||||
|
||||
target, err := target.New(&objectwriter.Params{
|
||||
target, err := target.New(objectwriter.Params{
|
||||
Config: s.Config,
|
||||
Common: commonPrm,
|
||||
Header: objectSDK.NewFromV2(oV2),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue