diff --git a/storage/storage.go b/storage/storage.go index b701a07..e2e47da 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -623,6 +623,7 @@ func (s *StorageServiceImpl) GetFile(hash []byte) (io.ReadCloser, uint64, error) resp, err := s.httpApi.R(). SetPathParam("path", hashStr). + SetQueryParam("bucket", upload.Protocol). DisableAutoReadResponse(). Get("/api/bus/object/{path}")