forked from TrueCloudLab/frostfs-api
add PutRequest.PutHeader.CopiesNumber uint32 field
This commit is contained in:
parent
4c4e3340d6
commit
17e7c3ae30
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ message PutRequest {
|
|||
Object Object = 1;
|
||||
// Token with session public key and user's signature
|
||||
session.Token Token = 2;
|
||||
// Number of the object copies to store within the RPC call (zero is processed according to the placement rules)
|
||||
uint32 CopiesNumber = 3;
|
||||
}
|
||||
|
||||
oneof R {
|
||||
|
|
Loading…
Reference in a new issue