Data from ESP32 to AWS S3

hiteshpratyushv
Posts: 2
Joined: Fri Jun 01, 2018 6:38 am

Data from ESP32 to AWS S3

Postby hiteshpratyushv » Wed Jun 13, 2018 1:12 pm

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.

chrismerck
Posts: 75
Joined: Tue May 29, 2018 8:00 pm

Re: Data from ESP32 to AWS S3

Postby chrismerck » 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

User avatar
fly135
Posts: 606
Joined: Wed Jan 03, 2018 8:33 pm
Location: Orlando, FL

Re: Data from ESP32 to AWS S3

Postby fly135 » Mon Jun 18, 2018 10:07 pm

Dang, wish I knew that was there before I wrote my own. I was just looking in the examples directory. :o

John A

emhatek
Posts: 2
Joined: Tue Nov 17, 2020 6:55 am

Re: Data from ESP32 to AWS S3

Postby emhatek » Tue Nov 17, 2020 6:58 am

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.

Who is online

Users browsing this forum: Bing [Bot] and 102 guests