From 8b82750526e7b9bf8d47695836f99238507b4c06 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Fri, 20 Feb 2015 10:16:35 -0500 Subject: [PATCH] Added console, CLI, s3cmd note. Added URL to s3-parallel-put GitHub repo. --- commands/aws.ipynb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/commands/aws.ipynb b/commands/aws.ipynb index a0be60d..1a2f0ae 100644 --- a/commands/aws.ipynb +++ b/commands/aws.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:a0e8d0242f04dd2d399759e132a0d586ef06b84f9af2e89105e2835e56d40b2a" + "signature": "sha256:ac66b87a3f3817882223506d6fb0a3afa803b8f51e2e75d58e824993b116a385" }, "nbformat": 3, "nbformat_minor": 0, @@ -137,7 +137,9 @@ "source": [ "## Setup S3cmd\n", "\n", - "I\u2019ve found S3cmd to be a great command line tool for interacting with S3 on AWS. S3cmd is written in Python, is open source, and is free even for commercial use. It offers more advanced features than those found in the AWS CLI." + "Before I discovered [S3cmd](http://s3tools.org/s3cmd), I had been using the [S3 console](http://aws.amazon.com/console/) to do basic operations and [boto](https://boto.readthedocs.org/en/latest/) to do more of the heavy lifting. However, sometimes I just want to hack away at a command line to do my work.\n", + "\n", + "I've found S3cmd to be a great command line tool for interacting with S3 on AWS. S3cmd is written in Python, is open source, and is free even for commercial use. It offers more advanced features than those found in the [AWS CLI](http://aws.amazon.com/cli/)." ] }, { @@ -242,7 +244,7 @@ "source": [ "## Setup s3-parallel-put\n", "\n", - "s3-parallel-put is a great tool for uploading multiple files to S3 in parallel." + "[s3-parallel-put](https://github.com/twpayne/s3-parallel-put.git) is a great tool for uploading multiple files to S3 in parallel." ] }, {