[#31] Client: fix for session
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
195854a45b
commit
2e56c13946
10 changed files with 247 additions and 146 deletions
|
@ -32,6 +32,8 @@ namespace FrostFS.SDK.Client
|
|||
}
|
||||
};
|
||||
|
||||
chunkRequest.AddMetaHeader(args.XHeaders);
|
||||
|
||||
chunkRequest.Sign(this.ctx.Key.ECDsaKey);
|
||||
|
||||
await streamer.Write(chunkRequest).ConfigureAwait(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue