forked from Mirrors/minio
validate bucket before attempting batch replication (#15861)
This commit is contained in:
@@ -79,6 +79,9 @@ type BucketInfo struct {
|
||||
// Date and time when the bucket was created.
|
||||
Created time.Time
|
||||
Deleted time.Time
|
||||
|
||||
// Bucket features enabled
|
||||
Versioning, ObjectLocking bool
|
||||
}
|
||||
|
||||
// ObjectInfo - represents object metadata.
|
||||
|
||||
Reference in New Issue
Block a user