Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Client *s3.Client Downloader *manager.Downloader S3Buckets []string `json:"s3_buckets,omitempty"` Concurrency int `json:"concurrency,omitempty"` }
Config stores the configuration loaded during startup
func CreateLoad ¶
CreateLoad creates a config instance, loads json content from file and initializes AWS client and downloader
Click to show internal directories.
Click to hide internal directories.