Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type S3Config ¶
type S3Config struct {
AccessKey string `json:"access_key,omitempty" yaml:"access_key"`
SecretKey string `json:"secret_key,omitempty" yaml:"secret_key"`
Token string `json:"token,omitempty" yaml:"token"`
EndPoint string `json:"end_point,omitempty" yaml:"end_point"`
Region string `json:"region,omitempty" yaml:"region"`
}
Click to show internal directories.
Click to hide internal directories.