reject resync start on misconfigured replication rules (#15041)

we expect resync to start on buckets with replication
rule ExistingObjects enabled, if not we reject such
calls.
This commit is contained in:
Harshavardhana
2022-06-06 02:54:39 -07:00
committed by GitHub
parent fd02492cb7
commit 48e367ff7d
8 changed files with 519 additions and 383 deletions

View File

@@ -58,6 +58,7 @@ test-iam: build ## verify IAM (external IDP, etcd backends)
test-replication: install ## verify multi site replication
@echo "Running tests for replicating three sites"
@(env bash $(PWD)/docs/bucket/replication/setup_3site_replication.sh)
@(env bash $(PWD)/docs/bucket/replication/setup_2site_existing_replication.sh)
test-site-replication-ldap: install ## verify automatic site replication
@echo "Running tests for automatic site replication of IAM (with LDAP)"