fix: NotifyCreatedUploads needs to be enabled
This commit is contained in:
parent
b50c6c9f85
commit
af5b6241bf
|
@ -162,6 +162,7 @@ func (s *StorageServiceImpl) BuildUploadBufferTus(basePath string, preUploadCb i
|
||||||
DisableDownload: true,
|
DisableDownload: true,
|
||||||
NotifyCompleteUploads: true,
|
NotifyCompleteUploads: true,
|
||||||
NotifyTerminatedUploads: true,
|
NotifyTerminatedUploads: true,
|
||||||
|
NotifyCreatedUploads: true,
|
||||||
PreUploadCreateCallback: preUploadCb,
|
PreUploadCreateCallback: preUploadCb,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue