hugo/content/posts/2.Work/B1.TaskManagement/CloudStorageUtil.md
2026-03-18 22:36:05 +08:00

22 lines
331 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "云存储工具"
date: 2023-10-12T13:36:49+08:00
categories: ["Work", "TaskManagement"]
---
## 目标
1. 支持oss、obs厂商支持横向扩展
2. 基于spi方式接入
3. 支持厂商存储切换,屏蔽底层实现
## 调查内容
### 1. 如何实现spi
* Configuration
* 配置类
### 2. 做什么东西