Page 1 of 1

Uploading Image file to AWS SE bucket?

Posted: Sat Aug 03, 2019 2:22 am
by ramprasadajay
Hello friends,

I want to upload an image from SD card to AWS S3 bucket. I am writing the code in arduino. Please give me examples like how can I read an image file and upload it to bucket.

Re: Uploading Image file to AWS SE bucket?

Posted: Mon Aug 05, 2019 10:51 am
by labviewegypt
I have the same issue,i want to upload binary file to my S3 bucket

Re: Uploading Image file to AWS SE bucket?

Posted: Sat Aug 10, 2019 5:57 pm
by Daveyman123
I would also like to find this solution. I dont know how to convert an image to binary64 yet though.

Re: Uploading Image file to AWS SE bucket?

Posted: Sun Aug 11, 2019 12:24 am
by chegewara
Ive been doing this with regular https POST on esp32 side and AWS API gateway and lambda on aws side.