summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-29 16:21:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-29 16:21:21 -0400
commit475f7073613b7164302e3f826f60929cf4cd38f0 (patch)
tree8ce447a9549ede25e27fce04568955440ad539d7 /doc
parente62f9816ab29dceb5489d520b9cf569ede2ffb52 (diff)
initremote now creates buckets
Diffstat (limited to 'doc')
-rw-r--r--doc/walkthrough/using_Amazon_S3.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/walkthrough/using_Amazon_S3.mdwn b/doc/walkthrough/using_Amazon_S3.mdwn
index 34c843b18..5f2766868 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 (creating bucket mys3-291d2fdc-5990-11e0-909a-002170d25c55...) ok
+ initremote mys3 (checking bucket) (creating bucket) ok
The configuration for the S3 remote is stored in git. So to make a different
repository use the same S3 remote is easy:
@@ -21,7 +21,7 @@ repository use the same S3 remote is easy:
# cd /media/usb/annex
# git pull laptop master
# git annex initremote mys3
- initremote ok
+ initremote mys3 (checking bucket) ok
Now the remote can be used like any other remote.