Search found 2 matches

by MaxLink
Tue May 02, 2023 6:55 am
Forum: General Discussion
Topic: Download file from presigned url
Replies: 3
Views: 2442

Re: Download file from presigned url

That would make a lot of sense, yes. Sadly I've done this, just a while ago so I forgot to include it in the post, sorry for that. The error from esp_http_client_perform is just a generic -1.The data in esp_http_client_event_t has length 0. So I am assuming that means no information, but I haven't f...
by MaxLink
Fri Apr 28, 2023 10:04 am
Forum: General Discussion
Topic: Download file from presigned url
Replies: 3
Views: 2442

Download file from presigned url

I'm trying to download a text-file from a pre-sigend AWS S3 url using the esp http client but I'm running into some issues. With the code-sample appended at the end of the post, I can download the Google logo (the url used), the sequence of events will be something like: HTTP_EVENT_ON_CONNECTED HTTP...