Skip to content

FastAPI Best Architecture 阿里云 oss 插件

Notifications You must be signed in to change notification settings

fastapi-practices/oss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSS

阿里云 OSS 文件上传插件

全局配置

backend/core/conf.py 中添加以下内容:

##################################################
# [ Plugin ] oss
##################################################
# .env
OSS_ACCESS_KEY: str
OSS_SECRET_KEY: str

# 基础配置(in plugin.toml)
OSS_BUCKET_NAME: str
OSS_ENDPOINT: str
OSS_USE_SIGNED_URL: bool
OSS_SIGNED_URL_EXPIRE_SECONDS: int

About

FastAPI Best Architecture 阿里云 oss 插件

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages