apache / opendal

Apache OpenDAL: One Layer, All Storage.
https://opendal.apache.org
Apache License 2.0
3.45k stars 482 forks source link

feat(services): add lakefs support #5086

Closed liugddx closed 2 months ago

liugddx commented 2 months ago

Which issue does this PR close?

Closes #.

Rationale for this change

Add lakefs service. Refer to https://lakefs.io/

What changes are included in this PR?

Are there any user-facing changes?

Xuanwo commented 2 months ago

Thank you very much for your PR! Before we start reviewing it, could you please fix the code formatting and run a Clippy check? These issues can be resolved by:

cargo fmt
cargo clippy --features=services-lakefs