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
- 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
Screenshots
N/A
Additional context
Apologies if this would be a feature request.