You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using calling a PUT request, the request.Do function reads the entire file instead of streaming it.
That causes OOM issues.
I used io.SectionReader as my reader.
Using the latest version (0.7.7)
The text was updated successfully, but these errors were encountered:
When using calling a PUT request, the request.Do function reads the entire file instead of streaming it.
That causes OOM issues.
I used io.SectionReader as my reader.
Using the latest version (0.7.7)
The text was updated successfully, but these errors were encountered: