Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client should send content-length header when uploading part from file #345

Open
jordanhendricks opened this issue Aug 2, 2018 · 0 comments

Comments

@jordanhendricks
Copy link
Contributor

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.

@jordanhendricks 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant