Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetIngestrURI ¶
type Config ¶
type Config struct {
BucketName string
PathToFile string
AccessKeyID string
SecretAccessKey string
EndpointURL string
Layout string
}
func (*Config) GetIngestrURI ¶
s3://<bucket_name>/<path_to_file>?access_key_id=<access_key_id>&secret_access_key=<secret_access_key>
type GetIngestrURI ¶
type GetIngestrURI interface {
GetIngestrURI() string
}
type KeySensor ¶ added in v0.11.280
type KeySensor struct {
// contains filtered or unexported fields
}
func NewKeySensor ¶ added in v0.11.280
func NewKeySensor(conn config.ConnectionAndDetailsGetter, sensorMode string) *KeySensor
Click to show internal directories.
Click to hide internal directories.