correct S3 environment variable names

This commit is contained in:
Joey Hess 2012-05-29 15:01:36 -04:00
parent a8ab3c6123
commit f97009fffe
2 changed files with 4 additions and 4 deletions

View file

@ -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.