JGynther commented on issue #452:
URL: https://github.com/apache/iceberg-python/issues/452#issuecomment-1956310314

   Thinking about this further I see two options:
   
   1. Change the way metadata is read when the target is an access point alias, 
either by checking for the "-s3alias" suffix (which is reserved so matching 
that will 100 % be an access point) or through an explicit flag like 
`overrideS3Bucket`
   2. Add an explicit flag to the reading of a table to override the bucket 
name when making the actual S3FileSystem calls
   
   I'll see if I can make a quick-and-dirty solution work or if there are 
additional caveats than simply replacing the bucket name.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to