AWS S3 -- s3cmd tool setup on Windows
Setting Up s3cmd tool on Windows 1. Download s3cmd from s3tools – http://s3tools.org/download 2. Download python 2.7 for windows – http://www.python.org/getit/ Set Python path Go to Environment Variables à Edit path variable and append python path - ‘C:\Python27’ to it. Go to path of s3cmd file · Install python setup.py install · Configure python s3cmd -- configure It will ask for 1)Access Key 2)SecretKey 3)Encryption password for ...
Comments
Post a Comment