From c5412ca7fed26dcc294c5873a07a28f174b255ce Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 May 2012 20:27:52 -0400 Subject: [PATCH] fix --- doc/tips/using_Amazon_S3.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tips/using_Amazon_S3.mdwn b/doc/tips/using_Amazon_S3.mdwn index d941a19f01..380326d6f7 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