Posts

Showing posts from October, 2013

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 python s3cmd   tool – It will used to encrypt the file while being          uploaded and will decrypt with same password while being downloaded. 4)Path to GPG program – No. 5)Use HTTPS protocol [Yes/No] 6)HTTP Proxy Server Name 7) HTTP Proxy Server Port Save this settings. ·          Run Example – Command to list all buckets               python s3cmd   ls Commands: