From 9e959af6d274f6fa74db9f2aa6edff8e92f799f2 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 4 Oct 2015 06:39:55 -0400 Subject: [PATCH] Added SAWS: A Superchaged Command Line Interface (CLI) to AWS section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index adc188f..01bc58b 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ IPython Notebook(s) demonstrating Amazon Web Services (AWS) and AWS tools functi | Notebook | Description | |------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [saws](https://github.com/donnemartin/saws) | A Supercharged AWS command line interface (CLI). | | [boto](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/aws/aws.ipynb#Boto) | Official AWS SDK for Python. | | [s3cmd](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/aws/aws.ipynb#s3cmd) | Interacts with S3 through the command line. | | [s3distcp](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/aws/aws.ipynb#s3distcp) | Combines smaller files and aggregates them together by taking in a pattern and target file. S3DistCp can also be used to transfer large volumes of data from S3 to your Hadoop cluster. |