Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 671 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 671 Bytes

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.