Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UploadFile ¶ added in v1.1.135
Types ¶
type Config ¶
type Config struct { AccessKeyId string `json:"access_key_id" yaml:"access_key_id"` AccessKeySecret string `json:"access_key_secret" yaml:"access_key_secret"` Endpoint string `json:"endpoint" yaml:"endpoint"` Bucket string `json:"bucket" yaml:"bucket"` Domain string `json:"domain" yaml:"domain"` Prefix string `json:"prefix" yaml:"prefix"` }
Click to show internal directories.
Click to hide internal directories.