Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
BucketURL string `mapstructure:"bucket_url" validate:"required"`
Region string `mapstructure:"region" validate:"required"`
ObjectPrefix string `mapstructure:"object_prefix"`
AccessKeyID string `mapstructure:"access_key_id"`
SecretAccessKey string `mapstructure:"secret_access_key"`
Endpoint string `mapstructure:"endpoint"`
}
type Sink ¶
type Sink struct {
plugins.BasePlugin
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.