brew install gpg
sudo yum install python-pip
sudo pip install s3cmd
s3cmd --configure
1 New settings:
2 Access Key: [your access key]
3 Secret Key: [your securet key]
4 Encryption password: somepassword
5 Path to GPG program: /usr/bin/gpg
6 Use HTTPS protocol: False
7 HTTP Proxy server name:
8 HTTP Proxy server port: 0
9 Test access with supplied credentials? [Y/n] Y
10 Please wait...
11 Success. Your access key and secret key worked fine :-)
12
13 Now verifying that encryption works...
14 Success. Encryption and decryption worked fine :-)
15 Save settings? [y/N] y
s3cmd sync s3://bucketnamehere/folder /destination/folder
Comments
Post a Comment