Skip to the content.
- Download and install python 2.x. Python 3 is not supported. You can get it HERE.
- Add the python directory to your global PATH variable. E.g.:
%SystemRoot%\system32;%SystemRoot%;c:\Python27
- Download s3cmd from www.s3tools.org or Github
- Open a command window, navigate to the folder to which you downloaded s3cmd and run
python setup.py install
- From the command window, run python s3cmd –configure from the build path.
- Use notepad to edit s3cfg. When finished, it should look something like THIS.