Open
Description
Search before asking
- I have searched the HUB issues and found no similar feature requests.
Description
I’d like to request the addition of a method in the HUB-SDK to generate pre-signed URLs for uploading larger datasets programmatically. This functionality would complement the existing get_download_link method and enhance SDK usability for managing large datasets.
Use case
The current dataset.upload_dataset(file="<Dataset File>")
method has a 10MB file size limit. Implementing a method to generate pre-signed URLs could be a viable solution to bypass this restriction.
Additional
No response