b7555980c4
This chore will be deleting zombie objects and it's segments. Change-Id: Ia5d92dd6c3f52e178d4d43d9603732310761e027
11 lines
315 B
Go
11 lines
315 B
Go
// Copyright (C) 2021 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
/*
|
|
Package zombiedeletion contains the functions needed to run zombie objects deletion chore.
|
|
|
|
The zombiedeletion chore will periodically query metabase for zombie objects
|
|
and delete them with their segments.
|
|
*/
|
|
package zombiedeletion
|