fix: site replication of bucket deletion sync (#352)

Bucket deletion timestamp was not being passed back
in GetBucketInfo, which is needed to decide on the bucket
creation/deletion
This commit is contained in:
Poorna
2025-01-29 11:42:55 -08:00
committed by Harshavardhana
parent 64a8f2e554
commit 4df7a3aa8f
4 changed files with 55 additions and 18 deletions

View File

@@ -111,6 +111,9 @@ type VolInfo struct {
// total VolInfo counts
count int
// Date and time when the volume was deleted, if Deleted
Deleted time.Time
}
// FilesInfo represent a list of files, additionally