amogh-jahagirdar commented on code in PR #10332:
URL: https://github.com/apache/iceberg/pull/10332#discussion_r1599254560


##########
aws/src/main/java/org/apache/iceberg/aws/HttpClientProperties.java:
##########
@@ -52,6 +52,13 @@ public class HttpClientProperties implements Serializable {
   public static final String CLIENT_TYPE_URLCONNECTION = "urlconnection";
 
   public static final String CLIENT_TYPE_DEFAULT = CLIENT_TYPE_APACHE;
+
+  /**
+   * Used to configure the proxy endpoint. Used by both {@link
+   * 
software.amazon.awssdk.http.urlconnection.UrlConnectionHttpClient.Builder} and 
{@link
+   * software.amazon.awssdk.http.apache.ApacheHttpClient.Builder}
+   */
+  public static final String PROXY_ENDPOINT = "http-client.proxy-endpoint";

Review Comment:
   Actually one thing that just occurred to me is that this proxy endpoint goes 
beyond S3, wouldn't it be hit for every service?  cc @geruh Which is probably 
fine, and expected for a proxy endpoint but just wanted to make sure.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to