Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { AccessKey string `json:"acskey"` SecretKey string `json:"secret"` EndPoint string `json:"endpoint"` Region string `json:"region"` Expires uint64 `json:"expires"` //TOKEN 过期秒 UseHTTPS bool `json:"useHTTPS"` //是否使用https域名 UseCdn bool `json:"useCdn"` //上传是否使用CDN上传加速 FileConf FileConfig `json:"fileConf"` }
type FileConfig ¶
Click to show internal directories.
Click to hide internal directories.