Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Endpoint string `flag:"endpoint,S3 endpoint" reg:"Endpoint"` Region string `flag:"region,Region" reg:"Region"` Bucket string `flag:"bucket,Bucket" reg:"Bucket"` KeyId string `flag:"keyid,Access Key ID" reg:"KeyID"` KeySecret string `flag:"secret,Access Key Secret" reg:"KeySecret"` UseSSL bool `flag:"useSSL,Use SSL encryption for S3 connection" reg:"UseSSL"` }
func (*Config) ToFileSystem ¶
Click to show internal directories.
Click to hide internal directories.