[#21] Client: Allows multinenant client

Using one client for several owners

Signed-off-by: Pavel Gross <p.gross@yando.com>
This commit is contained in:
Pavel Gross 2024-08-12 10:46:59 +03:00
parent 18126ea763
commit 2a28806ace
30 changed files with 349 additions and 281 deletions

View file

@ -45,6 +45,6 @@ public interface IFrostFSClient : IDisposable
#endregion
#region Tools
ObjectId CalculateObjectId(ObjectHeader header);
ObjectId CalculateObjectId(ObjectHeader header, Context ctx);
#endregion
}