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.
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.