validate bucket before attempting batch replication (#15861)

This commit is contained in:
Harshavardhana
2022-10-15 11:58:31 -07:00
committed by GitHub
parent c79bcc8838
commit c68910005b
5 changed files with 80 additions and 2 deletions

View File

@@ -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.