Project

s3_cat

0.0
No commit activity in last 3 years
No release in over 3 years
Command line utility for searching multiple S3 files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
 Dependencies

Development

~> 2.0
~> 12.0, >= 12.3.3
~> 3.0
~> 0.84.0

Runtime

 Project Readme

Gem Version Build Status

s3-cat

s3-cat is a simple command line utility that lets you search many S3 files quickly.

Installation

gem install s3_cat

Usage

$ s3-cat s3://my_s3_bucket/directory/path/ | grep "searched pattern"

s3-cat prints content of all the files within directory/path/ to standard output. It can be later processed with any other tool.

License

The gem is available as open source under the terms of the MIT License.