You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dragonfly rust client does not support back-to-source downloading of different object storage protocols. Need to support TOS protocol in dragonfly-client-backend crate, implemented based on trait Backend and it needs to support directory recursive downloading.
Support dfget tos://example/config -O output to download TOS object and dfget needs to add a recursive option to support directory recursive downloads. Complete feature, unit testing and E2E testing.
The text was updated successfully, but these errors were encountered:
Dragonfly rust client does not support back-to-source downloading of different object storage protocols. Need to support TOS protocol in
dragonfly-client-backend
crate, implemented based ontrait Backend
and it needs to support directory recursive downloading.Support
dfget tos://example/config -O
output to download TOS object and dfget needs to add a recursive option to support directory recursive downloads. Complete feature, unit testing and E2E testing.The text was updated successfully, but these errors were encountered: