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

   ## Summary
   
   - Bump `opendal` from `0.55` to `0.56` (now on crates.io)
   - Migrate S3 credential plumbing from `reqsign 0.16` to `reqsign-aws-v4` / 
`reqsign-core` 3.0, required by the opendal 0.56 API
   - Replace `opendal::Scheme` with `&'static str` as the cache key in 
`OpenDalResolvingStorage` — `opendal::Scheme` was fully removed in 0.56
   - Update `CustomAwsCredentialLoader` to wrap `ProvideCredential` instead of 
`AwsCredentialLoad`
   
   ## Test plan
   
   - [ ] Unit tests pass: `cargo test -p iceberg-storage-opendal`
   - [ ] S3 integration tests pass against MinIO (require `make docker-up`)


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