diff options
author | Joey Hess <joey@kitenet.net> | 2012-05-29 15:01:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-29 15:01:36 -0400 |
commit | f97009fffe18570a01ecda6af25807f33999dd1f (patch) | |
tree | 7d043b8cf5fbac6ec7b7dbb5f54e7dac648db21c /doc/special_remotes/S3.mdwn | |
parent | a8ab3c6123f43ff6832c79459fd57ddf6e3c1e9e (diff) |
correct S3 environment variable names
Diffstat (limited to 'doc/special_remotes/S3.mdwn')
-rw-r--r-- | doc/special_remotes/S3.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/special_remotes/S3.mdwn b/doc/special_remotes/S3.mdwn index d4d3d0238..f34b078ae 100644 --- a/doc/special_remotes/S3.mdwn +++ b/doc/special_remotes/S3.mdwn @@ -6,8 +6,8 @@ See [[tips/using_Amazon_S3]] and ## configuration -The standard environment variables `ANNEX_S3_ACCESS_KEY_ID` and -`ANNEX_S3_SECRET_ACCESS_KEY` are used to supply login credentials +The standard environment variables `AWS_S3_ACCESS_KEY_ID` and +`AWS_S3_SECRET_ACCESS_KEY` are used to supply login credentials for Amazon. When encryption is enabled, they are stored in encrypted form by `git annex initremote`, so you do not need to keep the environment variables set after the initial initalization of the remote. |