forked from TrueCloudLab/frostfs-api
[#26] object: Repeat object attributes in header
This commit replaces single Attribute field with the repeated list of Attribute in ExtendedHeader message. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
fb2064803e
commit
a28decac39
2 changed files with 5 additions and 5 deletions
|
@ -17,8 +17,8 @@ message Attribute {
|
|||
}
|
||||
|
||||
message ExtendedHeader {
|
||||
// Attribute is a set of K-V object attributes
|
||||
Attribute Attribute = 3;
|
||||
// Attributes carries list of the object attributes in a string key-value format.
|
||||
repeated Attribute Attributes = 3;
|
||||
// Split carries the position of the object in the split hierarchy.
|
||||
SplitHeader SplitHeader = 4;
|
||||
// Tombstone header that set up in deleted objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue