Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { AccessKeyId string `mapstructure:"access_key_id" json:"access_key_id" yaml:"access_key_id"` AccessKeySecret string `mapstructure:"access_key_secret" json:"access_key_secret" yaml:"access_key_secret"` Bucket string `mapstructure:"bucket" json:"bucket" yaml:"bucket"` Endpoint string `mapstructure:"endpoint" json:"endpoint" yaml:"endpoint"` IsSsl bool `mapstructure:"is_ssl" json:"is_ssl" yaml:"is_ssl"` IsPrivate bool `mapstructure:"is_private" json:"is_private" yaml:"is_private"` }
Click to show internal directories.
Click to hide internal directories.