HonahX commented on issue #892:
URL: https://github.com/apache/iceberg-python/issues/892#issuecomment-2226614416

   Hi @kevinjqliu @jayceslesar. Thanks for the issue and valuable discussion. I 
would like to give a try with my proposal in 
https://github.com/apache/iceberg-python/issues/570#issuecomment-2033588669. 
Draft PR: https://github.com/apache/iceberg-python/pull/922.
   
   > What does the java iceberg do when looking for s3 credentials?
   
   Java implementation supports `s3.access-key-id` and other `s3.*` properties 
to config `S3FileIO`, but it does not support config glue/dynamodb by 
explicitly passing the credentials. Instead, it allows user to specify a 
[custom credential provider 
implementation](https://github.com/apache/iceberg/blob/c68abfc9fd3956077b43aba20441f089bb8b93d6/aws/src/main/java/org/apache/iceberg/aws/AwsClientProperties.java#L52).
 
   
   


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