fix: batch expiry job doesn't report delete marker in batch-status (#21183)

This commit is contained in:
jiuker
2025-04-22 19:16:32 +08:00
committed by GitHub
parent 0379d6a37f
commit 864f80e226
3 changed files with 143 additions and 98 deletions

View File

@@ -1,7 +1,8 @@
module github.com/minio/minio/docs/debugging/s3-verify
go 1.23
toolchain go1.24.1
go 1.23.0
toolchain go1.24.2
require github.com/minio/minio-go/v7 v7.0.83