forked from TrueCloudLab/frostfs-api
[#26] object: Remove unused Redirect field
Redirect field was introduced for the future, however, at the moment it is not used anywhere. This commit removes field Redirect from ExtendedHeader message. It can be added back later without losing API backward compatibility. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
4df4badf9c
commit
0a5f3d5a01
2 changed files with 0 additions and 3 deletions
|
@ -17,8 +17,6 @@ message Attribute {
|
|||
}
|
||||
|
||||
message ExtendedHeader {
|
||||
// Redirect not used yet
|
||||
refs.Address Redirect = 2;
|
||||
// Attribute is a set of K-V object attributes
|
||||
Attribute Attribute = 3;
|
||||
// Split carries the position of the object in the split hierarchy.
|
||||
|
|
|
@ -380,7 +380,6 @@ Attribute groups the parameters of the object attributes.
|
|||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| Redirect | [refs.Address](#refs.Address) | | Redirect not used yet |
|
||||
| Attribute | [Attribute](#object.Attribute) | | Attribute is a set of K-V object attributes |
|
||||
| SplitHeader | [SplitHeader](#object.SplitHeader) | | Split carries the position of the object in the split hierarchy. |
|
||||
| Tombstone | [Tombstone](#object.Tombstone) | | Tombstone header that set up in deleted objects |
|
||||
|
|
Loading…
Reference in a new issue