findify / s3mock

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

Fix multipart upload to be thread-safe #105

Closed itaimarts closed 5 years ago

itaimarts commented 6 years ago

Change multipart upload to use ParHashSet instead of TreeSet. The sort will occur on complete multipart upload request.

104

ivankelly commented 6 years ago

Is there any chance this will be merged soon? I'm hitting the same issue and it's stopping s3mock from being useful to my usecase. I'd also like to be able to use withPartNumber and I'd be happy to contribute the change if it would get released sometime soon.

itaimarts commented 5 years ago

The PR on air for long time, I am closing it..