forked from TrueCloudLab/frostfs-api-go
proto: regenerate files
This commit is contained in:
parent
e03e3f1270
commit
bedde0e33b
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -84,6 +84,8 @@ message PutRequest {
|
||||||
Object Object = 1;
|
Object Object = 1;
|
||||||
// Token with session public key and user's signature
|
// Token with session public key and user's signature
|
||||||
session.Token Token = 2;
|
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 {
|
oneof R {
|
||||||
|
|
Loading…
Reference in a new issue