-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NumberFormatException when uploading files #1840
Comments
saw the same error. docker S3Mock container console log
caller side stack trace (java integration test)
|
the error pointing to S3Mock/server/src/main/java/com/adobe/testing/s3mock/util/AwsChunkedInputStream.java Line 170 in a910895
coming from the Pull Request #1837 merged last Friday @afranken |
@tw-yiyang / @agavrilov76 Which OS are you running your client and S3Mock on? |
see #1842 , which was reported for the same underlying issue.
|
@tw-yiyang @agavrilov76 |
Uploading a file fails with 500 error since 3.7.3.
A code like this:
Generates the following error log:
The text was updated successfully, but these errors were encountered: