feat(offline-download): SimpleHttp: download stream direct upload (#523)

* feat(offline-download): stream download to upload

* 重命名stream_put为upload_download_stream

* chore
This commit is contained in:
j2rong4cn
2025-07-02 18:47:16 +08:00
committed by GitHub
parent d707f002eb
commit e83f8e197a
6 changed files with 80 additions and 7 deletions

View File

@ -16,8 +16,8 @@ import (
"github.com/OpenListTeam/OpenList/v4/internal/task"
"github.com/OpenListTeam/OpenList/v4/pkg/utils"
"github.com/OpenListTeam/OpenList/v4/server/common"
"github.com/pkg/errors"
"github.com/OpenListTeam/tache"
"github.com/pkg/errors"
)
type CopyTask struct {