API: AWS REST Language: C++ Tools use: Curl
I try to realize upload file on my AWS bucket I realise this with request with Curl on C++ programme, I use a certificate (or not, the result it's the same). For this I realise first little upload (<1Go). My upload was complete but, finish with the error message:
- OpenSSL SSL_write: Connection was aborted, errno 10053
On second time, I try to upload a big file (>1Go). My upload can't be complete because i don't receive the end message, the upload for one part finish with the same error and, at the end, i can't complete the body for complete the upload big file in multi part (with the final request for AWS).
What is the problem? How solve this? What are the different explorations parts?