Documentation
¶
Overview ¶
上传文件到本地目录
腾讯云COS对象存储操作
文件上传工具
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CosConfig ¶
type CosConfig struct {
AppId string // 应用ID
SecretId string // 秘钥ID
SecretKey string // 秘钥值
Bucket string // 存储桶名称
Region string // 指定地域
PartSize int64 // 分片上传块大小,单位MB
DefaultUrl string // 默认访问地址
CdnUrl string // 自定义域名地址
Folder string // 虚拟路径
}
腾讯云COS对象存储配置结构体
type ObjectTag ¶
type ObjectTag = cos.ObjectTaggingTag
Click to show internal directories.
Click to hide internal directories.