Revert "fix: need to pass protocol scheme"
This reverts commit 8528df5d96
.
This commit is contained in:
parent
8528df5d96
commit
263f34b89f
|
@ -150,7 +150,7 @@ func (s *StorageServiceImpl) BuildUploadBufferTus(basePath string, preUploadCb i
|
|||
|
||||
func (s *StorageServiceImpl) Init() error {
|
||||
|
||||
addr := "https://" + s.portal.Config().GetString("core.bus.url")
|
||||
addr := s.portal.Config().GetString("core.bus.url")
|
||||
passwd := s.portal.Config().GetString("core.bus.key")
|
||||
|
||||
s.workerClient = workerClient.New(addr, passwd)
|
||||
|
|
Loading…
Reference in New Issue