The GitHub Actions job "Python CI Docs" on iceberg-python.git/feat/s3-access-point-support has succeeded. Run started by GitHub user JannicCutura (triggered by JannicCutura).
Head commit for run: 17cd113e10503787e8160fcee8721aee32e9169f / JannicCutura <[email protected]> feat: Add S3 access point support for cross-account table access Add support for accessing Iceberg tables via S3 access points, enabling cross-account access scenarios where organizations enforce access point usage instead of direct bucket access. Changes: - Add S3_ACCESS_POINT_PREFIX config constant (s3.access-point.<bucket>) - Implement _resolve_s3_access_point() in PyArrowFileIO - Implement _resolve_s3_access_point() in FsspecFileIO - Add 12 unit tests (6 per FileIO implementation) Configuration: s3.access-point.<bucket-name> = <access-point-alias> The access point alias (format: <name>-<account-id>-s3alias) is used transparently in place of the bucket name when accessing S3 objects. Report URL: https://github.com/apache/iceberg-python/actions/runs/21559664765 With regards, GitHub Actions via GitBox
