kevinjqliu opened a new issue, #2862:
URL: https://github.com/apache/iceberg-python/issues/2862

   ### Feature Request / Improvement
   
   Context: 
https://github.com/apache/iceberg-python/pull/2846#discussion_r2645920570
   
   Currently S3 signer is tightly coupled with FileIO. This is awkward since 
the S3 Signer requires interaction with remote service (i.e. REST Catalog) and 
reuse its auth manager.
   
   We can refactor here and create the signer in REST Catalog and pass to 
FileIO by overriding its `_load_file_io` function. 
   
   Also see 
[_init_sigv4](https://github.com/apache/iceberg-python/blob/a99dcada431a06329959cb7f71bf961343256bb0/pyiceberg/catalog/rest/__init__.py#L409-L459)
 for inspiration


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