https://github.com/fastapi-practices/s3
FastAPI Best Architecture S3 plugin
https://github.com/fastapi-practices/s3
Last synced: 7 days ago
JSON representation
FastAPI Best Architecture S3 plugin
- Host: GitHub
- URL: https://github.com/fastapi-practices/s3
- Owner: fastapi-practices
- Created: 2025-12-05T11:52:10.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-06-01T15:12:02.000Z (10 days ago)
- Last Synced: 2026-06-01T16:22:31.267Z (10 days ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# S3
提供兼容 S3 协议的对象存储管理和文件上传能力
- 支持维护多个 S3 存储配置
- 支持按指定存储配置上传文件
- 适用于 MinIO、AWS S3 或其他兼容 S3 协议的服务
## 插件类型
- 应用级插件
## 配置说明
当前插件无需额外配置
## 使用方式
1. 安装并启用插件后,重启后端服务
2. 创建 S3 存储配置
3. 上传文件时指定目标存储配置 ID
## 卸载说明
- 卸载插件后,建议清理业务中保存的 S3 存储配置和文件引用
- 远端对象存储中的文件需按业务策略手动处理
## 联系方式
- 作者:`wu-clan`
- 反馈方式:提交 Issue 或 PR