summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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.