Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Bucket string CaseInsensitive bool KeepDir string KeyRegexp *regexp.Regexp NumWorkers int Region string Regexps []*regexp.Regexp RegexStrings regxStrs Keys []string }
Config has all the settings necessary for the tool to run
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
Instance performs the retrieval of objects, text searching and, if applicable, local retention of objects that contain matches.
func NewInstance ¶
NewInstance generates a toolInstance using the passed-in Config
Click to show internal directories.
Click to hide internal directories.