Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Bucket string `yaml:"bucket,omitempty" json:"bucket,omitempty" toml:"bucket,omitempty"`
}
Config for s3.
type Configurator ¶
type Configurator struct {
// contains filtered or unexported fields
}
Configurator for s3.
func NewConfigurator ¶
NewConfigurator for s3.
func (*Configurator) GetConfig ¶
func (c *Configurator) GetConfig(ctx context.Context, params source.ConfigParams) (*source.Config, error)
GetConfig for s3.
Click to show internal directories.
Click to hide internal directories.