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:
Alex
2024-05-06 16:02:27 -06:00
committed by GitHub
parent aa161a5365
commit 22fe915629
6 changed files with 27 additions and 10 deletions

View File

@@ -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"`