Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3Adapter ¶
type S3Adapter struct {
// contains filtered or unexported fields
}
func NewS3Adapter ¶
type S3Config ¶
type S3Config struct {
ClientOptions uspclient.ClientOptions `json:"client_options" yaml:"client_options"`
BucketName string `json:"bucket_name" yaml:"bucket_name"`
AccessKey string `json:"access_key" yaml:"access_key"`
SecretKey string `json:"secret_key,omitempty" yaml:"secret_key,omitempty"`
IsOneTimeLoad bool `json:"single_load" yaml:"single_load"`
Prefix string `json:"prefix" yaml:"prefix"`
ParallelFetch int `json:"parallel_fetch" yaml:"parallel_fetch"`
Region string `json:"region" yaml:"region"`
}
Click to show internal directories.
Click to hide internal directories.