-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Description
Hello,
I have a tool that uses this SDK for file uploads I'm getting this error on files over 4gb.
Content-Length greater than UINT32_MAX. Use 'Transfer-Encoding: chunked' instead.
UINT32_MAX is 4,294,967,295
I am trying to avoid using chunked uploads since this SDK also pulls all of the file in memory instead of utilizing a stream correctly for chunked uploads. Some users don't have 20gb of memory etc.
It would be great if regular uploads were not limited by int32 max.
-Matt
Reactions are currently unavailable