Project

s3grep

0.0
The project is in a healthy, maintained state
Tools for searching files on S3
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

s3grep

Search through S3 files without downloading them.

Basic Usage

Search for a pattern in a S3 file.

example:

s3grep Bob s3://exammple.com/users.csv

Outputs S3 file with line number and the matching line.