forked from TrueCloudLab/frostfs-api-go
object: Remove tombstone creation field in tombstone header
Tombstone header contains timestamp when tombstone was created. This timestamp duplicates object creation timestamp in object system header. This commit removes redundant field.
This commit is contained in:
parent
d5072d20f0
commit
e4d761be06
2 changed files with 1 additions and 4 deletions
Binary file not shown.
|
@ -48,10 +48,7 @@ message Header {
|
|||
}
|
||||
}
|
||||
|
||||
message Tombstone {
|
||||
// Epoch when tombstone was created
|
||||
uint64 Epoch = 1;
|
||||
}
|
||||
message Tombstone {}
|
||||
|
||||
message SystemHeader {
|
||||
// Version of the object structure
|
||||
|
|
Loading…
Reference in a new issue