diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-26 12:06:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-26 14:42:32 -0400 |
commit | 4e48ea601400dac5f432b1eaa454acd219a029ad (patch) | |
tree | 30b3eb2964e2e3fce4781a50b0d6292fbfedfa28 /doc/special_remotes/S3.mdwn | |
parent | 70bb36cfc783a27345aa7eba2c9f89ecce748898 (diff) |
store S3 creds in a 600 mode file inside the local git repo
Diffstat (limited to 'doc/special_remotes/S3.mdwn')
-rw-r--r-- | doc/special_remotes/S3.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/special_remotes/S3.mdwn b/doc/special_remotes/S3.mdwn index 333e0bac5..79a8e584a 100644 --- a/doc/special_remotes/S3.mdwn +++ b/doc/special_remotes/S3.mdwn @@ -9,8 +9,10 @@ See [[tips/using_Amazon_S3]] and The standard environment variables `AWS_ACCESS_KEY_ID` and `AWS_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. +by `git annex initremote`. Without encryption, they are stored in a +file only you can read inside the local git repository. So you do not +need to keep the environment variables set after the initial +initalization of the remote. A number of parameters can be passed to `git annex initremote` to configure the S3 remote. |