s3grep

Grep for Amazon S3
Download

s3grep Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Barnaby Gray
  • Publisher web site:

s3grep Tags


s3grep Description

s3grep is a grep for Amazon S3 that searches text files on an S3 bucket for specific content. The search is parallelised in order to yield good performance, using multiple connections to S3.UsageSearch for straw in bucket 'mybucket', keys starting 'prefix': s3grep s3://mybucket/prefix strawSupports regular expressions: s3grep s3://mybucket/prefix a.+bTo see all options: s3grep -hInstallation pip install s3grepor: easy_install s3grepfrom sources, the usual: sudo python setup.py installAWS CredentialsYour credentials can be set through environment variables:AWS_ACCESS_KEY_ID - Your AWS Access Key IDAWS_SECRET_ACCESS_KEY - Your AWS Secret Access KeyAlternatively they can be configured in the boto configuration file, in short, create ~/.boto with the content:aws_access_key_id = < your access key >aws_secret_access_key = < your secret key >Product's homepage


s3grep Related Software