Way to createSignedUrls with image transformation #12607
Unanswered
devidevio
asked this question in
Feature Requests
Replies: 1 comment
|
Found this question wanting the same thing (3+ years later..) Looks like createSignedUrls does nothing more than a Promise.all over the paths array with Looks like there's no downside to a Promise.all with the transform for our use case. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've checked every part of documentation and code in the storage-api regarding the
createSignedUrlsfunction. It seems impossible to sign multiple URLs with image transformation.Related documentation:
The code in the storage-api seems to be the following:
Why does the
createSIgnedURLsfunction does not accept the image transformations when signing a URL?The reason why I'm looking for this feature is: Performance. Instead of signing f. e. 100 URLs separately (100 requests), I'd like to sign 100 URLs in one request with image transformation.
If I'm missing something at this point here, please correct me.
All reactions