add storage

This commit is contained in:
jxxghp
2024-06-30 08:59:12 +08:00
parent 77632880d1
commit 63ca5ee313
24 changed files with 367 additions and 194 deletions

View File

@@ -9,7 +9,7 @@ from app.chain.transfer import TransferChain
from app.core.config import settings
from app.core.metainfo import MetaInfoPath
from app.core.security import verify_token, verify_uri_token
from app.helper.aliyun import AliyunHelper
from app.modules.filetransfer.storage.alipan import AliyunHelper
from app.helper.progress import ProgressHelper
from app.schemas.types import ProgressKey

View File

@@ -10,7 +10,7 @@ from app.core.config import settings
from app.core.metainfo import MetaInfoPath
from app.core.security import verify_token, verify_uri_token
from app.helper.progress import ProgressHelper
from app.helper.u115 import U115Helper
from app.modules.filetransfer.storage.u115 import U115Helper
from app.schemas.types import ProgressKey
from app.utils.http import RequestUtils