diff options
author | Joey Hess <joey@kitenet.net> | 2012-05-29 20:27:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-29 20:27:52 -0400 |
commit | c5412ca7fed26dcc294c5873a07a28f174b255ce (patch) | |
tree | a4a0b95f774bc95dc5cf4ed16e9e46c36dd32621 | |
parent | 96f00bafd033049ae257903f3815d296e3d335ff (diff) |
fix
-rw-r--r-- | doc/tips/using_Amazon_S3.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/using_Amazon_S3.mdwn b/doc/tips/using_Amazon_S3.mdwn index d941a19f0..380326d6f 100644 --- a/doc/tips/using_Amazon_S3.mdwn +++ b/doc/tips/using_Amazon_S3.mdwn @@ -5,7 +5,7 @@ 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_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 |