amogh-jahagirdar commented on code in PR #10332: URL: https://github.com/apache/iceberg/pull/10332#discussion_r1599249297
########## 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: Do you mind updating the AWS integration docs in this PR https://iceberg.apache.org/docs/nightly/aws/#http-client-configurations ? -- 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