Files
LoveACE-EndF/loveace/service/remote/s3/depends.py
Sibuxiangx bbc86b8330 ⚒️ 重大重构 LoveACE V2
引入了 mongodb
对数据库进行了一定程度的数据加密
性能改善
代码简化
统一错误模型和响应
使用 apifox 作为文档
2025-11-20 20:44:25 +08:00

9 lines
154 B
Python

from loveace.service.remote.s3 import S3Service
s3 = S3Service()
async def get_s3_service() -> S3Service:
"""获取S3服务实例"""
return s3