简体   繁体   中英

Upload txt file on AWS S3 using ESP32

I got stuck at one point, how to upload the txt file in S3 using ESP32 arduino framework.

I know how to do it using boto3 but not with the Arduino.

Any help would be appreciable!

What I mean to say is, I can upload the file to AWS S3 in python using boto 3 but I need to implement the same thing in Arduino. Is there any way I can do in Arduino? Where I can directly upload my file to desired bucket.

There is no communication between Arduino and python like using serial communication or WiFi.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM