syun64 opened a new issue, #7951: URL: https://github.com/apache/iceberg/issues/7951
### Feature Request / Improvement We often need to access S3 endpoints through a proxy, and we could easily add these as configurable parameters for a catalog, similar to s3.endpoint, s3.access-key-id, s3.secret-access-key. https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#using-proxies Suggested naming convention: - s3.proxy.http - s3.proxy.https https://github.com/apache/iceberg/blob/master/python/pyiceberg/io/__init__.py#L48 These will be added to S3FileSystem as [config_kwargs](https://github.com/fsspec/s3fs/blob/c2d924dfa6e04ad3061714db28d65535d7fe6f02/s3fs/core.py#L233C15-L233C15) ### Query engine None -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
