You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change ping timeout to 30 seconds, and retries to 3. Note, this does not mean that 1.5 minutes will pass till a node will be detected as failed, since it also detects connection close.
The text was updated successfully, but these errors were encountered:
Based on PR #178 by @paul-e-cooley. Thanks Paul!
In addition to:
```yaml
cloud:
aws:
protocol: https
proxy_host: proxy1.company.com
proxy_port: 8083
```
You can also set different proxies for `ec2` and `s3`:
```yaml
cloud:
aws:
s3:
proxy_host: proxy1.company.com
proxy_port: 8083
ec2:
proxy_host: proxy2.company.com
proxy_port: 8083
```
PR rebased on master and lastest changes about component settings removal.
Documentation added.
Changes in tests. If a proxy is provided we run the tests, otherwise we ignore the test.
Closes#177.
Change ping timeout to 30 seconds, and retries to 3. Note, this does not mean that 1.5 minutes will pass till a node will be detected as failed, since it also detects connection close.
The text was updated successfully, but these errors were encountered: