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
It would be very useful to have the ability to set the options used by the fetch call in the fetchFileAsync function. In particular, this would allow the HTTPrequest backend to access resources that require the authentication header to be set, such as with AWS S3.
I can investigate a PR for this, but do you have thoughts on the best approach to the API. I'm not certain where these options should be exposed in the Configure object. My initial idea would be to add a property to the HTTPRequest options that would be passed down to the fetch request.
The text was updated successfully, but these errors were encountered:
It would be very useful to have the ability to set the options used by the fetch call in the fetchFileAsync function. In particular, this would allow the HTTPrequest backend to access resources that require the authentication header to be set, such as with AWS S3.
I can investigate a PR for this, but do you have thoughts on the best approach to the API. I'm not certain where these options should be exposed in the Configure object. My initial idea would be to add a property to the HTTPRequest options that would be passed down to the fetch request.
The text was updated successfully, but these errors were encountered: