-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porting of AWS SDK to use S3 bucket features (IDFGH-6734) (CA-189) #93
Comments
Hi @mahavirj, I just wanted to know if there are any updates on it? |
Hi, @MaazSk We have made the port for the coreHTTP library and an example to go with it available here. The same external repo includes examples for S3 upload and download. Since the library used for the demos is the same and has been ported, and there are no other dependencies for S3 upload specifically, it should be possible to make similar changes to the example, and get the S3 upload demo to work on esp32. Please feel free to reply here in case you run into any issues with getting the S3 upload demo to work. HTH. |
Hi @dhavalgujar, Thank you for your valuable response. I will check these examples and update you soon as I am preoccupied right now and if any help is needed I will let you know for sure. Thank you for sharing the details |
Hi @dhavalgujar, I was going through the examples, but those examples seem to be for pre-signed URLs of AWS. Is there an example where we can upload files without pre-signed URLs? |
Hi @mahavirj, is there any update on this? Thanks and Regards, |
Any reason why the code in the |
Is your feature request related to a problem? Please describe.
I am unable to find an example or clear method on how to upload data to the AWS S3 bucket as our project is on esp32 and now we require to upload data to the AWS S3 bucket
Describe the solution you'd like
Porting the code provided by AWS so that we can use it in EP-IDF. The steps are provided here.
Thank you in advance
The text was updated successfully, but these errors were encountered: