aboutsummaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-17 16:12:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-17 16:12:08 -0400
commit67371e5fec7a7b0ccf35eebb9c9512433fdbd368 (patch)
treefe8df5f10c07565acb5ba82da70d33bad3ccc8a9 /doc/tips
parenteac99631a4ea103966b06af2cff1ea83b4f3192b (diff)
parent4bceb531db147cb670369b01faddeb8b5b025123 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/using_Amazon_S3/comment_4_92df5a9f923beafba55a1c455728112e._comment13
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
+
+"""]]