Open Issues Need Help
View All on GitHub Add directory upload helper for recursive uploads about 3 hours ago
AI Summary: The issue proposes adding a new `upload_directory` helper function to the Rust SDK's `FileHandler` to address the common user need for recursively uploading entire local directories. This function would traverse a local directory using `walkdir`, calculate relative paths for each file, and then upload them to a specified remote path, optionally creating parent directories.
Complexity:
3/5
enhancement good first issue