UploadIdGenerator

@Singleton
class UploadIdGenerator(uuidGenerator: UUIDGenerator)

Generate a unique upload id to keep track of the upload in the case of file name collisions. Factored out for testability.

Constructors

Link copied to clipboard
constructor(uuidGenerator: UUIDGenerator)

Functions

Link copied to clipboard