Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Endpoint string `yaml:"endpoint"` Bucket string `yaml:"bucket"` AccessKeyID string `yaml:"access_key_id"` AccessKeySecret flagext.Secret `yaml:"access_key_secret"` }
Config holds the configuration for Alibaba Cloud OSS client
func (*Config) RegisterFlags ¶
RegisterFlags registers the flags for Alibaba Cloud OSS storage config
Click to show internal directories.
Click to hide internal directories.