diff options
author | 2011-03-29 17:20:22 -0400 | |
---|---|---|
committer | 2011-03-29 17:20:22 -0400 | |
commit | 72f94cc42eca1a6aaa7cc95daf423915761805ff (patch) | |
tree | d2e4363596bfa582a1a1d5ebee71f71edffce93a /doc/walkthrough | |
parent | 475f7073613b7164302e3f826f60929cf4cd38f0 (diff) |
progress
Diffstat (limited to 'doc/walkthrough')
-rw-r--r-- | doc/walkthrough/using_Amazon_S3.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough/using_Amazon_S3.mdwn b/doc/walkthrough/using_Amazon_S3.mdwn index 5f2766868..e0d229662 100644 --- a/doc/walkthrough/using_Amazon_S3.mdwn +++ b/doc/walkthrough/using_Amazon_S3.mdwn @@ -13,7 +13,7 @@ First, export your S3 credentials: Next, create the S3 remote. # git annex initremote mys3 type=S3 encryption=none - initremote mys3 (checking bucket) (creating bucket) ok + initremote mys3 (checking bucket) (creating bucket in US) ok The configuration for the S3 remote is stored in git. So to make a different repository use the same S3 remote is easy: |