summaryrefslogtreecommitdiff
path: root/doc/tips/using_Amazon_S3/comment_4_92df5a9f923beafba55a1c455728112e._comment
blob: 5bcf34b74d5e6aeed0f2feb0ce37bd58bb7ecab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

"""]]