mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user