-
Notifications
You must be signed in to change notification settings - Fork 78
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
s3 upload bug #185
Comments
When the application calls
There is nothing wrong in the check you mentioned. Which API are you calling from your application? Area you calling |
Hi aggard. |
Yes, if you want to retry network send/receive operations, you need to provide a custom getTime function which returns time in milliseconds. |
Now it works well. |
The getTimestampMs is function. But in this code it is using like valiable.
So when I try to upload s3 data, it can't upload over 30KB.
If not modify, it shows this error message [ERROR] [HTTP] [core_http_client.c:1859] Unable to send packet: Timed out in transport send.
best regards.
Gwanyoung Kim.
The text was updated successfully, but these errors were encountered: