Open Issues Need Help
View All on GitHub API Development • Language-Specific API Wrappers
Add directory upload helper for recursive uploads 6 months ago
AI Summary: This issue proposes adding a new helper function to the Rust SDK for recursively uploading entire directories. The function will iterate through local files, calculate their relative paths, and upload them to a specified remote location, optionally creating parent directories. It also suggests an overloaded version that supports a progress callback.
Complexity:
3/5
enhancement good first issue