https://unstorage.unjs.io 1.14 is out:
π 6 New Drivers: Upstash, SQL (https://db0.unjs.io), Vercel Blob, Deno KV, S3, and Uploadthing.
π Typed Storage Interface and other enhancements.
https://github.com/unjs/unstorage/releases/tag/v1.14.0
π 6 New Drivers: Upstash, SQL (https://db0.unjs.io), Vercel Blob, Deno KV, S3, and Uploadthing.
π Typed Storage Interface and other enhancements.
https://github.com/unjs/unstorage/releases/tag/v1.14.0
Comments
Does unstorage support:
storage.set(str, stream)
const stream = storage.get(str)
?
You can use https://undio.unjs.io in the meanwhile to convert streams easily
Although, my files are big. I canβt convert them into buffers. π