Follow the step by step instructions given below to install s3cmd tool:-
===== 
* Download the latest version of s3cmd through SourceForge (SourceForge – Latest released version is 1.5.2  ) and unzip it.
Example: wget http://sourceforge.net/projects/s3tools/files/s3cmd/1.5.2/s3cmd-1.5.2.tar.gz
* Change directory the s3cmd-1.5.2 (ie) “cd s3cmd-1.5.2″.
* Install setup tools using below command:
——
– For Debian OS use “apt-get install python-setuptools”
– For Linux or Amazon Linux OS use “yum install install python-setuptools”
——
* Run “sudo python setup.py install” to complete the installation process.
* For detailed information regarding installation process, refer to a file named “INSTALL” under s3cmd-1.5.2 folder.
=====
 
Verification Steps:-
=====
~]# s3cmd –version
s3cmd version 1.5.2
=====

Leave a Reply