I am running MQTT on the feather and that is working splendidly.

I have a need to upload files from my embedded application to S3.
I see some examples of download files from S3, which I haven’t tried yet, but will do so soon.

Do you have any examples of http upload a file to AWS S3 from the feather?

    No examples from me specifically. You’d have to manually implement AWS’s API for uploading/managing S3 buckets. (unless someone has already written an embedded version)

    One way you can make it easier is by creating an intermediate HTTP server (or similar) to handle the more complex S3 tasks.

    Hope that helps!

      Terms and Conditions | Privacy Policy