createSignedUrls should allow for storage transformations per image in the same was createSignedUrl does #34135
Unanswered
kkukshtel
asked this question in
Feature Requests
Replies: 0 comments
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.
As the title say — the options available for createSignedUrls differs from that of createSignedUrl. If I want signed URLs of transformed images (I do), I need to call createSignedUrl for each image in a loop instead of being able to issue a single API call. I would think here that the transformation wouldn't be any array necessarily, and would instead apply to everything requested.
All reactions