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
{{ message }}
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
In the python sdk, there used to be an option for http/1.1 chunked uploading. This way of posting a single block of data provides for streaming uploads where the size of the data is not known in advance. (I was actually using this feature and trying to port it forward in the python sdk)
I didn't find an interface for this in the go sdk to copy to the new python sdk, but the servers seem to still support it fine. Is there a plan for this feature?
The text was updated successfully, but these errors were encountered:
In the python sdk, there used to be an option for http/1.1 chunked uploading. This way of posting a single block of data provides for streaming uploads where the size of the data is not known in advance. (I was actually using this feature and trying to port it forward in the python sdk)
I didn't find an interface for this in the go sdk to copy to the new python sdk, but the servers seem to still support it fine. Is there a plan for this feature?
The text was updated successfully, but these errors were encountered: