✨ encapsulate object storage service operations
This commit is contained in:
9
common/storage/constants/provider.go
Normal file
9
common/storage/constants/provider.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package constants
|
||||
|
||||
const (
|
||||
ProviderAliOSS = "ali" // 阿里云 OSS
|
||||
ProviderTencentCOS = "tencent" // 腾讯云 COS
|
||||
ProviderQiniu = "qiniu" // 七牛云
|
||||
ProviderMinio = "minio" // Minio
|
||||
|
||||
)
|
Reference in New Issue
Block a user