encapsulate object storage service operations

This commit is contained in:
2025-01-17 18:42:36 +08:00
parent e31f95b943
commit eab806fb9b
78 changed files with 4178 additions and 5275 deletions

View File

@@ -0,0 +1,9 @@
package constants
const (
ProviderAliOSS = "ali" // 阿里云 OSS
ProviderTencentCOS = "tencent" // 腾讯云 COS
ProviderQiniu = "qiniu" // 七牛云
ProviderMinio = "minio" // Minio
)