There is the demo https://github.com/espressif/arduino-es ... OTA_Update.
Here is the step of demo.
- Step 1 : Download the sample bin file from the examples folder
Step 2 : Upload it to your Amazon S3 account, in a bucket of your choice
Step 3 : Once uploaded, inside S3, select the bin file >> More (button on top of the file list) >> Make Public
Step 4 : You S3 URL => http://bucket-name.s3.ap-south-1.amazon ... me.ino.bin
Step 5 : Build the above URL and fire it either in your browser or curl it `curl -I -v http://bucket-name.ap-south-1.amazonaws ... me.ino.bin` to validate the same
Step 6: Plug in your SSID, Password, S3 Host and Bin file below
So we can't update our code through AWS-S3-OTA now ,isn't it?
Thank you all of you for reply.
Daniel.