singhpk234 opened a new pull request #4334:
URL: https://github.com/apache/iceberg/pull/4334


   This tries to attempt adding support of s3 access points 
   ref : https://aws.amazon.com/s3/features/access-points/
   
   ```shell
       spark-shell \
           --conf spark.sql.catalog.test=org.apache.iceberg.spark.SparkCatalog \
           --conf spark.sql.catalog.test.warehouse=s3://my-bucket \
           --conf 
spark.sql.catalog.test.catalog-impl=org.apache.iceberg.aws.glue.GlueCatalog \
           --conf 
spark.sql.catalog.test.io-impl=org.apache.iceberg.aws.s3.S3FileIO \
           --conf 
spark.sql.catalog.test.s3.access-points.my-bucket=arn:aws:s3::123456789012:accesspoint:mfzwi23gnjvgw.mrap
   ```
   
   The s3.access-points config provides a map of bucket to endpoint mapping for 
paths stored in Iceberg, so that the S3FileIO can use the access point to get 
the bucket instead when the mapping is configured.
   
   ---
   
   TODO : 
   - Add test cases
   


-- 
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]

Reply via email to