dragonflyoss/client

Dfget support HDFS protocol and supports directory recursive downloading

gaius-qi opened this issue · 3 comments

Dragonfly rust client does not support back-to-source downloading of different object storage protocols. Need to support HDFS protocol in dragonfly-client-backend crate, implemented based on trait Backend and it needs to support directory recursive downloading.

Support dfget hdfs://example/config -O output to download HDFS object and dfget needs to add a recursive option to support directory recursive downloads. Complete feature, unit testing and E2E testing.

Hey I can work on this if its ok