Skip to content

Commit bfaa608

Browse files
committed
[DOCS] Add documentation about proxy settings
Closes #110
1 parent a373ae1 commit bfaa608

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ cloud:
6060
protocol: https
6161
```
6262

63+
In addition, a proxy can be configured with the `proxy_host` and `proxy_port` settings (note that protocol can be `http` or `https`):
64+
65+
```
66+
cloud:
67+
aws:
68+
protocol: https
69+
proxy_host: proxy1.company.com
70+
proxy_port: 8083
71+
```
72+
73+
6374
### Region
6475

6576
The `cloud.aws.region` can be set to a region and will automatically use the relevant settings for both `ec2` and `s3`. The available values are:

0 commit comments

Comments
 (0)