[#35] Client: rollback to PutSingleObject for client cut upload
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
8835b23ed3
commit
6988fcedae
3 changed files with 187 additions and 88 deletions
|
@ -68,7 +68,7 @@ public static class ObjectTools
|
|||
{
|
||||
Header = grpcHeader,
|
||||
ObjectId = new ObjectID { Value = grpcHeader.Sha256() },
|
||||
Payload = ByteString.CopyFrom(@object.SingleObjectPayload)
|
||||
Payload = UnsafeByteOperations.UnsafeWrap(@object.SingleObjectPayload)
|
||||
};
|
||||
|
||||
obj.Signature = new Signature
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue