Skip to content

Commit 18c8c45

Browse files
authored
[DOCS] Re-add HTTP proxy setings from #82737 (#84001) (#84002)
Re-adds HTTP proxy settings for the GCS repository type. These settings were added with #82737. The docs were accidentally removed as part of #82996. (cherry picked from commit e8b34c7)
1 parent 4099068 commit 18c8c45

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/reference/snapshot-restore/repository-gcs.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,16 @@ are marked as `Secure`.
191191
can be specified explicitly. For example, it can be used to switch between projects when the
192192
same credentials are usable for both the production and the development projects.
193193

194+
`proxy.host`::
195+
Host name of a proxy to connect to the Google Cloud Storage through.
196+
197+
`proxy.port`::
198+
Port of a proxy to connect to the Google Cloud Storage through.
199+
200+
`proxy.type`::
201+
Proxy type for the client. Supported values are `direct` (no proxy),
202+
`http`, and `socks`. Defaults to `direct`.
203+
194204
[[repository-gcs-repository]]
195205
==== Repository settings
196206

0 commit comments

Comments
 (0)