Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Region string `yaml:"region,omitempty"` Bucket string `yaml:"bucket,omitempty"` Endpoint string `yaml:"endpoint,omitempty"` AccessKey string `yaml:"access_key,omitempty"` SecretKey SecretString `yaml:"secret_key,omitempty"` }
type S3 ¶
type S3 struct {
// contains filtered or unexported fields
}
func (*S3) IsObjNotFoundErr ¶
type SecretString ¶
type SecretString string
func (SecretString) MarshalYAML ¶
func (s SecretString) MarshalYAML() (interface{}, error)
Click to show internal directories.
Click to hide internal directories.