findify / s3mock

Embedded S3 server for easy mocking
MIT License
387 stars 107 forks source link

File descriptor leak in list bucket #129

Closed ukeller closed 4 years ago

ukeller commented 6 years ago

Small mistake when creating md5 sum, the close is missing from FileInputStream. This causes to run the process out of file descriptors when listing buckets with a couple thousand files.

lehvolk commented 6 years ago

There is a chance that it will fix #90 too