mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
Changed default Replicate Existing Objects behavior in MinIO UI (#3271)
Changed default Replicate Existing Objects behavior in UI - Fixed replicate existing objects configuration saving - Displayed full error message if error case ocurrs. - Changed wording for this feature & enabled by default this setting Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -68,6 +68,9 @@ type MultiBucketReplication struct {
|
||||
// replicate deletes
|
||||
ReplicateDeletes bool `json:"replicateDeletes,omitempty"`
|
||||
|
||||
// replicate existing objects
|
||||
ReplicateExistingObjects bool `json:"replicateExistingObjects,omitempty"`
|
||||
|
||||
// replicate metadata
|
||||
ReplicateMetadata bool `json:"replicateMetadata,omitempty"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user