Page 1 of 1

Data from ESP32 to AWS S3

Posted: Wed Jun 13, 2018 1:12 pm
by hiteshpratyushv
Can someone here help me out with code to send data from esp32 to aws s3 storage ?
I want an esp-idf code and not arduino ide as I already have other code that needs to be running in parallel
I am new to aws so any help would be good.

Re: Data from ESP32 to AWS S3

Posted: Mon Jun 18, 2018 9:45 pm
by chrismerck
Writing to S3 is just a matter of posting to an HTTP(S) URL.

You might take a look at esp_http_client:

https://github.com/espressif/esp-idf/tr ... ttp_client

Re: Data from ESP32 to AWS S3

Posted: Mon Jun 18, 2018 10:07 pm
by fly135
Dang, wish I knew that was there before I wrote my own. I was just looking in the examples directory. :o

John A

Re: Data from ESP32 to AWS S3

Posted: Tue Nov 17, 2020 6:58 am
by emhatek
chrismerck wrote:
Mon Jun 18, 2018 9:45 pm
Writing to S3 is just a matter of posting to an HTTP(S) URL.

You might take a look at esp_http_client:

https://github.com/espressif/esp-idf/tr ... ttp_client
Hi cristh,
please advice me to upload data from esp to s3 using url related with secret key, access key and bucket name.
thank you, hopefully there is sample code for uploading file to s3 bucket.


Regards
Emhatek.