Files
goreplay/input_s3.go
T
2016-12-19 20:16:11 +03:00

13 lines
159 B
Go

package main
import (
)
type S3InputConfig struct {
// bufferConfig FileInputConfig
bufferPath string
region string
endpoint string
}