Dfget support GCS protocol and supports directory recursive downloading
gaius-qi opened this issue · 0 comments
gaius-qi commented
Dragonfly rust client does not support back-to-source downloading of different object storage protocols. Need to support GCS protocol in dragonfly-client-backend
crate, implemented based on trait Backend
and it needs to support directory recursive downloading.
Support dfget gcs://example/config -O
output to download GCS object and dfget needs to add a recursive option to support directory recursive downloads. Complete feature, unit testing and E2E testing.