Open
Description
Feature request
Is your feature request related to a problem? Please describe.
The newest version of supabase/storage-js
has a method to create multiple signed urls with one request. This library should support it as well.
Describe the solution you'd like
Create a public method CreateSignedUrls
consistent with the javascript library and the existing CreateSignedUrl
method
Describe alternatives you've considered
Currently the only solution is to make multiple calls with the existing CreateSignedUrl
method.
Additional context
I will be more than happy to implement this feature! 🙃