jubos / fake-s3

A lightweight server clone of Amazon S3 that simulates most of the commands supported by S3 with minimal dependencies
2.94k stars 355 forks source link

[Bug] Cannot upload files with size > 2GB #248

Open schechi1190 opened 4 years ago

schechi1190 commented 4 years ago

FakeS3 standalone server errors out for upload of files > 2GB. Seems like the file data is being concatenated into a string whic has max length of 2GB:

127.0.0.1 - - [08/Apr/2020:14:40:50 Pacific Daylight Time] "POST /hpcpr-na/L48748-DN1_Win10RS5-amd64-PR-Americas.wim?uploadId=a2856cb794f58306117523890de3d024 HTTP/1.1" 500 315