Add cross-version remapped merges to xl-meta (#19765)

Adds `-xver` which can be used with `-export` and `-combine` to attempt to combine files across versions if data is suspected to be the same. Overlapping data is compared.

Bonus: Make `inspect` accept wildcards.
This commit is contained in:
Klaus Post
2024-05-19 08:31:54 -07:00
committed by GitHub
parent 1fd90c93ff
commit 2c7bcee53f
4 changed files with 409 additions and 55 deletions

View File

@@ -4,6 +4,7 @@ go 1.19
require (
github.com/klauspost/compress v1.17.4
github.com/klauspost/filepathx v1.1.1
github.com/minio/colorjson v1.0.6
github.com/minio/madmin-go/v3 v3.0.36
github.com/secure-io/sio-go v0.3.1