diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-04-17 19:44:55 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-04-17 19:44:55 +0000 |
commit | 8a7215fbf5af73630f755669f352e74a7bb1402a (patch) | |
tree | a2589c617e26907857f8492382651761e75ff2da /doc/tips | |
parent | 4ad3c4e45865d2d0eb387803d5e303d21542a8ab (diff) |
Added a comment
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/using_Amazon_S3/comment_4_92df5a9f923beafba55a1c455728112e._comment | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/tips/using_Amazon_S3/comment_4_92df5a9f923beafba55a1c455728112e._comment b/doc/tips/using_Amazon_S3/comment_4_92df5a9f923beafba55a1c455728112e._comment new file mode 100644 index 000000000..5bcf34b74 --- /dev/null +++ b/doc/tips/using_Amazon_S3/comment_4_92df5a9f923beafba55a1c455728112e._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.191" + subject="comment 4" + date="2014-04-17T19:44:55Z" + content=""" +You can use `git annex enableremote` to change an existing remote's configuration. So this should work: + + # export AWS_ACCESS_KEY_ID=\"newRANDOMGOBBLDEYGOOK\" + # export AWS_SECRET_ACCESS_KEY=\"news3kr1t\" + # git annex enableremote cloud + +"""]] |