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
Hi team, thanks for building and maintaining this awesome library.
I am facing a challenge, which is that I cannot dynamically configure the uploadMethod, since it only accepts strings, not functions.
My use-case is that I have to dynamically decide if I can upload a file to S3 (yes if I can obtain the pre-signed URLs, no elsewise), if not I fallback to uploading to another server. The struggle is that S3 only allow PUT requests, meanwhile the other server only accept POST requests, thus the need for configuring uploadMethod dynamically.
Can it be done? Thanks!
The text was updated successfully, but these errors were encountered:
Hi team, thanks for building and maintaining this awesome library.
I am facing a challenge, which is that I cannot dynamically configure the uploadMethod, since it only accepts strings, not functions.
My use-case is that I have to dynamically decide if I can upload a file to S3 (yes if I can obtain the pre-signed URLs, no elsewise), if not I fallback to uploading to another server. The struggle is that S3 only allow PUT requests, meanwhile the other server only accept POST requests, thus the need for configuring uploadMethod dynamically.
Can it be done? Thanks!
The text was updated successfully, but these errors were encountered: