Documentation
¶
Index ¶
- func CatFiles(bucket string, filesPattern []string)
- func GrepFile(file s3File, pattern string)
- func GrepFiles(bucket string, pattern string, path string)
- func GrepLine(filePath string, line string, pattern string)
- func ListObjects(bucketName string, path string) (files []s3File, err error)
- type Bucket
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CatFiles ¶
CatFiles will read all files matching their name to the user input and print the content to the standard output
func GrepFile ¶
func GrepFile(file s3File, pattern string)
GrepFile scans an entire file and search for a pattern line by line
func GrepFiles ¶
GrepFiles identifies occurrences of a given string or pattern on files stored in a S3 bucket
func ListObjects ¶
ListObjects retrieves a list of files from a given bucket and return a s3File list.
Types ¶
Click to show internal directories.
Click to hide internal directories.