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
feat: enhance storage command functionality and update dependencies
- Added `async_trait` support to multiple storage command implementations (`cat`, `cp`, `ls`, `mv`, `rm`, `stat`, `sync`) to enable asynchronous handling.
- Updated `reqwest` dependency in `Cargo.toml` to include `multipart` feature for improved HTTP request capabilities.
- Introduced `mime_guess` dependency in `Cargo.lock` for better MIME type handling.
- Refactored client binding logic in storage commands to utilize `SignedMessageFactory`, improving message signing consistency.
0 commit comments