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
|
@ -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…
Add table
Add a link
Reference in a new issue