kazdy opened a new issue, #139:
URL: https://github.com/apache/hudi-rs/issues/139

   To integrate hudi-rs with AWS SDK for Pandas (aws wrangler), we must be able 
to pass boto_session related aws authentication params (mostly AWS_* params) 
directly and not only rely on env variable inference.
   
   I want to propose adding an option to handle this: 
   ```rust
   storage_options = {"AWS_ACCESS_KEY_ID": "xxxx", 
"AWS_SECRET_ACCESS_KEY":"xxxx", "AWS_SECRET_ACCESS_TOKEN":"xxxx"}
   hudi_table = HudiTable("/tmp/trips_table", storage_options=storage_options)
   records = hudi_table.read_snapshot()
   ```
   
   Although I want to add this for S3, it should work for other storage 
backends.
   
   


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

Reply via email to