Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 81: Line 81:  
</code>
 
</code>
   −
'''(3)''' Follow the instructions to install the [[Pipeline Debian Package|'''GotCloud Debian packages''']]
+
'''(3)''' Configure s3cmd.  This will ask for your AWS ID and Secret Key. If creates a file in ~/.s3cfg
 +
 
 +
<code>
 +
  s3cmd --configure
 +
 +
  Enter new values or accept defaults in brackets with Enter.
 +
  Refer to user manual for detailed description of all options.
 +
 +
  Access key and Secret key are your identifiers for Amazon S3
 +
  Access Key: AKI1234QEUWZ3YCZF2Q
 +
  Secret Key: ft1eJa1234NE8iitNlbA08x/G8iMqkMI1234IGf
 +
 +
  Encryption password is used to protect your files from reading
 +
  by unauthorized persons while in transfer to S3
 +
  Encryption password: password_you_do_not_need_to_know
 +
  Path to GPG program [/usr/bin/gpg]:
 +
 +
  When using secure HTTPS protocol all communication with Amazon S3
 +
  servers is protected from 3rd party eavesdropping. This method is
 +
  slower than plain HTTP and can't be used if you're behind a proxy
 +
  Use HTTPS protocol [No]:
 +
 +
  On some networks all internet access must go through a HTTP proxy.
 +
  Try setting it here if you can't conect to S3 directly
 +
  HTTP Proxy server name:
 +
 +
  New settings:
 +
    Access Key: AKI1234QEUWZ3YCZF2Q
 +
    Secret Key: ft1eJa1234NE8iitNlbA08x/G8iMqkMI1234IGf
 +
    Encryption password: password_you_do_not_need_to_know
 +
    Path to GPG program: /usr/bin/gpg
 +
    Use HTTPS protocol: False
 +
    HTTP Proxy server name:
 +
    HTTP Proxy server port: 0
 +
 +
  Test access with supplied credentials? [Y/n]
 +
  Please wait...
 +
  Success. Your access key and secret key worked fine :-)
 +
 +
  Now verifying that encryption works...
 +
  Success. Encryption and decryption worked fine :-)
 +
 +
  Save settings? [y/N] y
 +
  Configuration saved to '/home/ubuntu/.s3cfg'
 +
</code>
 +
 
 +
'''(4)''' Follow the instructions to install the [[Pipeline Debian Package|'''GotCloud Debian packages''']]
 
Run the tests to be sure everything is OK.
 
Run the tests to be sure everything is OK.
  
283

edits

Navigation menu