/localstack-s3-issue-reproduction

A minimal reproduction of an issue with downloading large files from Localstack S3 (#10988)

Primary LanguageJava

Issue

The problem is described in issue #10988 on the LocalStack Github page.

Running the sample

Run the test in the LocalStackIssueReproductionTest.java class.

The test should fail with:

org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 10,000,000; received: 9,502,720)