UploadsInProgress

@Singleton
@Requires(bean = ObjectLoader::class)
class UploadsInProgress<T : RemoteObject<*>>

In order to allow streaming uploads on the same key to be parallelized, upload state needs to be shared across workers.

Constructors

Link copied to clipboard
constructor()

Properties