Re: [I] Feature: S3 Remote Signing [iceberg-rust]

2024-10-10 Thread via GitHub
Xuanwo commented on issue #506: URL: https://github.com/apache/iceberg-rust/issues/506#issuecomment-2404943472 Hi, @flaneur2020. Thank you for your work, and sorry for the delay with reqsign and opendal. I hope we can integrate them in a more organized way, which will lead to a significant

Re: [I] Feature: S3 Remote Signing [iceberg-rust]

2024-10-10 Thread via GitHub
flaneur2020 commented on issue #506: URL: https://github.com/apache/iceberg-rust/issues/506#issuecomment-2404718870 the pr which allows passing a `Sign` trait has already been merged into reqsign. however, there still needs some work to let it integrated into opendal. it may need some

Re: [I] Feature: S3 Remote Signing [iceberg-rust]

2024-07-30 Thread via GitHub
Xuanwo commented on issue #506: URL: https://github.com/apache/iceberg-rust/issues/506#issuecomment-2259778445 Of course, welcome! -- 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 com

Re: [I] Feature: S3 Remote Signing [iceberg-rust]

2024-07-30 Thread via GitHub
flaneur2020 commented on issue #506: URL: https://github.com/apache/iceberg-rust/issues/506#issuecomment-2259758262 can i take this issue? -- 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 spec

Re: [I] Feature: S3 Remote Signing [iceberg-rust]

2024-07-30 Thread via GitHub
Xuanwo commented on issue #506: URL: https://github.com/apache/iceberg-rust/issues/506#issuecomment-2257853806 Copied my reply for this feature below: > I checked how iceberg-java implemetns remote-signing: > > https://github.com/apache/iceberg/blob/f7585932a6d89b04c0d45b5f9dfe

[I] Feature: S3 Remote Signing [iceberg-rust]

2024-07-30 Thread via GitHub
c-thiel opened a new issue, #506: URL: https://github.com/apache/iceberg-rust/issues/506 Currently we do not respect the `s3.remote-signing*` attributes in FileIO. It would be great to support remote-signing for access federation to MinIO like storages. Follow-up of https://github