Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove content length from put to enable chunked
Removing the content length from a put changes the upload style from full file upload to a chunked encoded upload. A full file upload causes go to read in the entire file in memory while uploading, chunked does not.
- Loading branch information