The GitHub Actions job "Python CI" on 
iceberg-python.git/feat/s3-access-point-support has failed.
Run started by GitHub user JannicCutura (triggered by JannicCutura).

Head commit for run:
dcff1ac51d56f1b0b56ce28b86aae4b4b654ebcd / 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/21559685253

With regards,
GitHub Actions via GitBox

Reply via email to