turbo-sdk
turbo-sdk copied to clipboard
feat(uploads): support multi-file/directory uploads and bundling
The current SDK only supports single file uploads. Proposing a new API that supports sending an array of ReadableStreams and proper control flow handling for individual failed uploads.
Considerations:
- handling control-flow and upload failures responsibly
- optionally bundle the data items into a single bundle