forked from TrueCloudLab/frostfs-s3-gw
[#653] Support removal old combined objects
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
4a430257a4
commit
396c89f7bc
8 changed files with 88 additions and 28 deletions
|
@ -20,6 +20,12 @@ type NodeVersion struct {
|
|||
IsCombined bool
|
||||
}
|
||||
|
||||
// OIDInfo represent OID to delete.
|
||||
type OIDInfo struct {
|
||||
ID oid.ID
|
||||
IsCombined bool
|
||||
}
|
||||
|
||||
// ExtendedNodeVersion contains additional node info to be able to sort versions by timestamp.
|
||||
type ExtendedNodeVersion struct {
|
||||
NodeVersion *NodeVersion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue