提交 5cc09278 编写于 作者: P Pavel Kovalenko 提交者: Pavel Kovalenko

Add comment explaining protocol for proxy resolver configuration.

上级 8602f7b4
......@@ -17,6 +17,11 @@
<access_key_id>minio</access_key_id>
<secret_access_key>minio123</secret_access_key>
<proxy>
<!--
At each interaction with S3 resolver sends empty GET / request to specified endpoint to obtain proxy host.
Proxy host is returned as string in response body.
Then S3 client uses proxy URL formed as proxy_scheme://proxy_host:proxy_port to make request.
-->
<resolver>
<endpoint>http://resolver:8080</endpoint>
<proxy_scheme>http</proxy_scheme>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册