diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnoUOqs_lbuWyZBqyU6unHgUduJwDDgiKY <Matt@web> | 2012-05-30 00:27:23 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-05-30 00:27:23 +0000 |
commit | 2150b8790645be32c8dd79b413e147daa8816c24 (patch) | |
tree | cbf2cbaa5223213a8817e847e3063cf86a7c0f56 /doc/tips | |
parent | 66d885aabc5e4afe94e303a2bd723970c6f36e48 (diff) |
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/using_Amazon_S3.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/using_Amazon_S3.mdwn b/doc/tips/using_Amazon_S3.mdwn index d941a19f0..128819fcb 100644 --- a/doc/tips/using_Amazon_S3.mdwn +++ b/doc/tips/using_Amazon_S3.mdwn @@ -4,8 +4,8 @@ Amazon S3, and use git-annex to transfer files into the cloud. First, export your S3 credentials: - # export AWS_S3_ACCESS_KEY_ID="08TJMT99S3511WOZEP91" - # export AWS_S3_SECRET_ACCESS_KEY="s3kr1t" + # export AWS_ACCESS_KEY_ID="08TJMT99S3511WOZEP91" + # export AWS_SECRET_ACCESS_KEY="s3kr1t" Now, create a gpg key, if you don't already have one. This will be used to encrypt everything stored in S3, for your privacy. Once you have |