This PR aims to introduce the possibility to provide your own UploadIdFactory implementation so that you can choose the ID's generated for the uploads. The default factory is still UUID-based.
Since this PR refactors some of the main interfaces, the version number has been increased to 1.0.0-2.0.
Coverage increased (+0.2%) to 96.789% when pulling a870d6348bef83f920fb60fc9663c11d8f417a25 on feature/generic-upload-id-factory into e21b14831bd61e844a219f9bada7a16da0dc277a on master.
This PR aims to introduce the possibility to provide your own
UploadIdFactory
implementation so that you can choose the ID's generated for the uploads. The default factory is still UUID-based.Since this PR refactors some of the main interfaces, the version number has been increased to
1.0.0-2.0
.