s3cat tool for Amazon S3
========================

s3cat lets you fetch all files under a certain directory (either raw or gzipped) into stdout.

Installing:
-----------

    sudo pip install s3cat


Usage:
------

    usage: s3cat [-h] [-r RETRIES] [-w WORKERS] url

    positional arguments:
      url                   S3 URL or local file path

    optional arguments:
      -h, --help            show this help message and exit
      -r RETRIES, --retries RETRIES
                            Number of attempts
      -w WORKERS, --workers WORKERS
                            Number of concurrent downloads

Author:
-------

    Ron Reiter <ron@crosswiselabs.com>

