No badges yet
No accepted solutions yet
Improve the order of list vercel blob
Hello Currently the order of list blobs is random. ``` import { list } from "@vercel/blob"; // random order of blobs const res = list() ``` It would be way easier and straight...
Enable wildcard character inside the list blob API
Thanks! It would also be great if the search params are case insensitive or at least there would be a way to disable it.
Enable wildcard character inside the list blob API
Hey Guys just starting with `@vercel/blob` and love to work with it so far. It would be great if wildcards would be supported in `prefix` that would be a great benefit: const...