mirror of
https://github.com/minio/minio.git
synced 2025-11-10 14:09:48 -05:00
fix remote target healthcheck (#11267)
This commit is contained in:
committed by
GitHub
parent
00af9881b0
commit
b97d53b29c
@@ -159,7 +159,7 @@ an upcoming feature.
|
||||
By default, replication is completed asynchronously. If synchronous replication is desired, set the --sync flag while adding a
|
||||
remote replication target using the `mc admin bucket remote add` command
|
||||
```
|
||||
mc admin bucket remote add myminio/srcbucket https://accessKey:secretKey@replica-endpoint:9000/destbucket --service replication --region us-east-1 --sync --healthcheck-seconds 100s
|
||||
mc admin bucket remote add myminio/srcbucket https://accessKey:secretKey@replica-endpoint:9000/destbucket --service replication --region us-east-1 --sync --healthcheck-seconds 100
|
||||
```
|
||||
|
||||
## Explore Further
|
||||
|
||||
Reference in New Issue
Block a user