diff --git a/storage/storage.go b/storage/storage.go index b5f4e14..f76c187 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -162,6 +162,7 @@ func (s *StorageServiceImpl) BuildUploadBufferTus(basePath string, preUploadCb i DisableDownload: true, NotifyCompleteUploads: true, NotifyTerminatedUploads: true, + NotifyCreatedUploads: true, PreUploadCreateCallback: preUploadCb, })