refactor: 统一 OSS 配置命名(MINIO_* → OSS_*) #64
Reference in New Issue
Block a user
Delete Branch "fix/oss-config-naming-unify"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
变更内容
环境变量统一
.env.production: MINIO_* 全部改为 OSS_* 命名.env.staging: 修正 section header(变量已是 OSS_*)代码清理
storage.py: 移除MinIOService和get_minio_service()向后兼容别名(已确认无引用)test_architecture_boundaries.py: 移除 storage.py 的 allowed 例外文档更新
验证