Reputation: 21
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!
Upvotes: 1
Views: 584
Reputation: 21
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.
Upvotes: 1