mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
Port ListBuckets to websockets layer & some cleanup (#19199)
This commit is contained in:
@@ -118,9 +118,6 @@ func (c Config) Validate(bucket string, sameTarget bool) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Type - replication type enum
|
||||
type Type int
|
||||
|
||||
// Types of replication
|
||||
const (
|
||||
UnsetReplicationType Type = 0 + iota
|
||||
|
||||
Reference in New Issue
Block a user