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 doing an MPU uploadPart from a local file, the client already has the size of the file. As such, we should send a content-length header for these requests. Otherwise, muskie will reject parts that exceed the default streaming PUT size, which is a frustrating failure on the client end.
The text was updated successfully, but these errors were encountered:
jordanhendricks
changed the title
client should send content-length header when upload parts from file
client should send content-length header when uploading part from file
Aug 2, 2018
When doing an MPU uploadPart from a local file, the client already has the size of the file. As such, we should send a content-length header for these requests. Otherwise, muskie will reject parts that exceed the default streaming PUT size, which is a frustrating failure on the client end.
The text was updated successfully, but these errors were encountered: