aws/aws-iot-device-sdk-embedded-C

S3 upload file size limit

Closed this issue · 1 comments

Hi.

I'm trying to upload to AWS S3.
A file less than 30 KB was successful.
However, a file over 30KB failed. The status code is 0 on the server.

Does this SDK limit the size of the file I'm trying to upload?

Best regards.
Gwanyoung Kim.

It seems that coreHTTP has a bug.

FreeRTOS/coreHTTP#185