Install s3tools, s3cmd on Mac OS X

Written by
Date: 2012-03-30 21:37:00 00:00


If you are planning to use Amazon S3 services, and you own a Mac, you may want to install s3cmd command from s3tools in your Mac.

Here is how:

First you need to get the software, you can download from here.

Then just run:

sudo python setup.py install

And finally configure it running:

s3cmd --configure.

You can read more about how to use s3cmd