PinataCloud / pinata

The new Pinata SDK
https://docs.pinata.cloud/sdk
MIT License
8 stars 4 forks source link

feat: Added resumable uploads back in #51

Closed stevedylandev closed 2 weeks ago

stevedylandev commented 2 weeks ago

Adds in a check for upload.file() to see if the file is bigger than 100mb. If so it will automatically use the TUS method for uploading a larger file.