We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CreateSignedUrls
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.
supabase/storage-js
Create a public method CreateSignedUrls consistent with the javascript library and the existing CreateSignedUrl method
CreateSignedUrl
Currently the only solution is to make multiple calls with the existing CreateSignedUrl method.
I will be more than happy to implement this feature! 🙃
The text was updated successfully, but these errors were encountered:
Gave it a shot - #32
Sorry, something went wrong.
No branches or pull requests
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 existingCreateSignedUrl
methodDescribe 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! 🙃
The text was updated successfully, but these errors were encountered: