Inspired by the cat
Unix command, cloud cat (ccat
) can stream one or more objects from the Amazon Web Services (AWS) Simple Storage Service (S3) and print the results to STDOUT.
Because cloud cat streams the objects, not downloads, you can work with large objects in S3 as if they're local without having to worry about the amount of space you have on your local disk.
NAME:
ccat - cloud cat
Stream objects from S3 to STDOUT
USAGE:
ccat s3://your-bucket/your-key https://s3-us-west-2.amazonaws.com/your-bucket/your-other-key
GLOBAL OPTIONS:
--profile value, -p value AWS Profile to use when creating clients
--help, -h show this help message
--verbose log verbosely to stderr
ccat s3://your-bucket/your-key.json
ccat https://s3-us-west-2.amazonaws.com/your-bucket/your-key.json
ccat s3://your-bucket/your-key.json s3://your-bucket/your-other-key.json
ccat s3://your-bucket/your-key.json.gz | zcat
ccat s3://your-bucket/your-prefix/