summaryrefslogtreecommitdiff
path: root/doc/walkthrough
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-05-01 14:05:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-05-01 14:05:10 -0400
commit1f84c7a9642378e26d2b076def52255361591a04 (patch)
tree29a6be9bac36b84f1a59c362d64dd72a93d8c7fe /doc/walkthrough
parent110b1e2b0a4d8355b3de5ebde1710b6b7cd61911 (diff)
S3: When encryption is enabled, the Amazon S3 login credentials are stored, encrypted, in .git-annex/remotes.log, so environment variables need not be set after the remote is initialized.
Diffstat (limited to 'doc/walkthrough')
-rw-r--r--doc/walkthrough/using_Amazon_S3.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/walkthrough/using_Amazon_S3.mdwn b/doc/walkthrough/using_Amazon_S3.mdwn
index c84258354..63bed5d63 100644
--- a/doc/walkthrough/using_Amazon_S3.mdwn
+++ b/doc/walkthrough/using_Amazon_S3.mdwn
@@ -30,8 +30,8 @@ repository use the same S3 remote is easy:
Now the remote can be used like any other remote.
# git annex copy my_cool_big_file --to cloud
- copy my_cool_big_file (gpg) (checking cloud...) (to cloud...) ok
+ copy my_cool_big_file (checking cloud...) (to cloud...) ok
# git annex move video/hackity_hack_and_kaxxt.mov --to cloud
- move video/hackity_hack_and_kaxxt.mov (gpg) (checking cloud...) (to cloud...) ok
+ move video/hackity_hack_and_kaxxt.mov (checking cloud...) (to cloud...) ok
See [[special_remotes/Amazon_S3]] for details.