Let S3Mock use streams for MD5 verification
Previous implementation read the full stream into memory, leading to OutOfMemory errors if the file is larger than the available heap. fixes #939
Loading
Please sign in to comment
Previous implementation read the full stream into memory, leading to OutOfMemory errors if the file is larger than the available heap. fixes #939