shtripat opened a new pull request, #2088:
URL: https://github.com/apache/iceberg-rust/pull/2088

   ## Which issue does this PR close?
   
   Benefits:
   1. Pluggable authentication - Authenticator trait allows OAuth2, SigV4, or 
custom auth
   2. Backward compatible - Existing OAuth2 behavior preserved
   3. Performance optimized - Signing key caching (valid for 24h)
   4. Works with catalog implementations which use SigV4
   
   Catalog implementation like MinIO use SigV4 authentication and it would be 
helpful for such cases.
   
   - Closes #.
   
   ## What changes are included in this PR?
   
   Adds support for SigV4 authentication
   
   ## Are these changes tested?
   
   <!--
   Specify what test covers (unit test, integration test, etc.).
   
   If tests are not included in your PR, please explain why (for example, are 
they covered by existing tests)?
   -->


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