Re: [PR] Add support for custom credential loader for S3 FileIO [iceberg-rust]

2025-07-21 Thread via GitHub
phillipleblanc commented on PR #1528: URL: https://github.com/apache/iceberg-rust/pull/1528#issuecomment-3096442793 > This is another motivating case of #1314 Ah yeah, I wasn't aware of that discussion - thanks for the link! I represent another case where I'm already heavily invested

Re: [PR] Add support for custom credential loader for S3 FileIO [iceberg-rust]

2025-07-21 Thread via GitHub
liurenjie1024 commented on PR #1528: URL: https://github.com/apache/iceberg-rust/pull/1528#issuecomment-3096075820 This is another motivating case of https://github.com/apache/iceberg-rust/issues/1314 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Add support for custom credential loader for S3 FileIO [iceberg-rust]

2025-07-20 Thread via GitHub
Xuanwo merged PR #1528: URL: https://github.com/apache/iceberg-rust/pull/1528 -- 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

[PR] Add support for custom credential loader for S3 FileIO [iceberg-rust]

2025-07-19 Thread via GitHub
phillipleblanc opened a new pull request, #1528: URL: https://github.com/apache/iceberg-rust/pull/1528 ## Which issue does this PR close? - Closes #1527 ## What changes are included in this PR? Adds the ability to provide custom extensions to the `FileIOBuilder`. Current