sachinnn99 commented on issue #10765: URL: https://github.com/apache/gravitino/issues/10765#issuecomment-4242531562
Iceberg doesn't have separate `s3.proxy.host` / `s3.proxy.port` properties. The actual property is `http-client.proxy-endpoint` (a single URI, e.g. `http://proxy-host:8080`), defined in `HttpClientProperties.PROXY_ENDPOINT`. Would a single Gravitino property `s3-proxy-endpoint` that maps to `http-client.proxy-endpoint` work for your use case? This follows the same pattern as the existing `s3-endpoint`, `s3-region`, etc. @novakov-alexey -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
