# Functions
BackupAndDelete moves a TSDB block to a backup bucket and on success removes it from the source bucket.
BackupAndDeleteDownloaded works much like BackupAndDelete in that it will move a TSDB block from a bucket to a backup bucket.
New returns verifier's manager.
TSDBBlockExistsInBucket checks to see if a given TSDB block ID exists in a bucket.
# Structs
Context is an verifier config.
DuplicatedCompactionBlocks is for bug fixed in https://github.com/thanos-io/thanos/commit/94e26c63e52ba45b713fd998638d0e7b2492664f.
IndexKnownIssues verifies any known index issue.
Manager runs given issues to verify if bucket is healthy.
OverlappedBlocksIssue checks bucket for blocks with overlapped time ranges.