On 2018/04/11 20:28:55, [email protected] <[email protected]> wrote: 
> I just found out that if I use "s3" provider type rather than "aws-s3" 
> provider it works. I've set a breakpoint in the read(byte[], ...) method of 
> my ByteBufferBackedInputStream and I can see that the difference appears to 
> be that the "s3" provider is using a straight upload, while the "aws-s3" 
> provider is using a chunked encoding form of upload.
> 

We always know our content-length in advance. Is there a way to disabled 
chunked encoding when using aws-s3?

Reply via email to