You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
The createSignedUrls function does not allow image transformations. Very annoying because createSignedUrl works well with image transformations, but is far too slow when each URL needs to make a separate request to the server.
To Reproduce
Try creating signed URLs with a transform option. Currently the docs do not indicate that it is possible
Expected behavior
It should create signed URLs that apply a certain transform
Bug report
Describe the bug
The createSignedUrls function does not allow image transformations. Very annoying because createSignedUrl works well with image transformations, but is far too slow when each URL needs to make a separate request to the server.
To Reproduce
Expected behavior
It should create signed URLs that apply a certain transform
Screenshots
N/A
Additional context
Apologies if this would be a feature request.