mirror of
https://github.com/eiblog/eiblog.git
synced 2026-03-01 00:34:58 +08:00
使用github的七牛SDK,配置名称Kodo->Qiniu
This commit is contained in:
8
vendor/github.com/qiniu/api.v7/storage/config.go
generated
vendored
Normal file
8
vendor/github.com/qiniu/api.v7/storage/config.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package storage
|
||||
|
||||
// Config 为文件上传,资源管理等配置
|
||||
type Config struct {
|
||||
Zone *Zone //空间所在的机房
|
||||
UseHTTPS bool //是否使用https域名
|
||||
UseCdnDomains bool //是否使用cdn加速域名
|
||||
}
|
||||
Reference in New Issue
Block a user