When trying to upload to S3 on a linux + production environment, an error is thrown; ``` The provided 'x-amz-content-sha256' header does not match what was computed. ``` This might have something to do with sending the `Content-Length` header, as suggested [here](https://github.com/aws/aws-sdk-go/issues/148#issuecomment-87506337) I'm using Swift 4.2 with Vapor 3.3.0, and the 'master' branch from this repo (might be nice to [tag a new release](https://github.com/LiveUI/S3/issues/35) #35 ) Testing the removal of the `Content-Length` header on my fork, will create a PR when this fixes things :)