#Remix's `fetch` with S3
1 messages · Page 1 of 1 (latest)
What kind of data do you want to fetch and then upload? Did you call response.json() to get the json from your response? Otherwise you only get text
1 messages · Page 1 of 1 (latest)
Wondering if anyone's managed to sort out a way to 1) fetch the contents of a URL and then 2) upload them to S3.
I've run into issue after issue with mismatched stream types and about to just bring in Axios for this single fetch since it's response.data is of the correct type...
What kind of data do you want to fetch and then upload? Did you call response.json() to get the json from your response? Otherwise you only get text