I'm writing a .NET application which is sending files to a server using AWSSDK.S3 library.
The server that I'm sending files to is an internal solution implementing a subset of Amazon S3 functionality, and currently not supporting chunked upload.
How do I enable single chunk upload?