dragonflyoss/client

Dfget support COS protocol and supports directory recursive downloading

Opened this issue · 0 comments

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

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