summaryrefslogtreecommitdiff
path: root/doc/walkthrough
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-28 19:08:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-28 19:08:12 -0400
commit58af57493418d80eb9fb3c4719f20442725aa7f8 (patch)
treea8b32b84beaf9914671ebe491d81d44df0c5d7a2 /doc/walkthrough
parentcaef7c82213e00695679bd9c934a4edef0a04eaa (diff)
generalize special remote configuration storage
Diffstat (limited to 'doc/walkthrough')
-rw-r--r--doc/walkthrough/using_Amazon_S3.mdwn10
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/walkthrough/using_Amazon_S3.mdwn b/doc/walkthrough/using_Amazon_S3.mdwn
index 2833a9c5a..b87238a32 100644
--- a/doc/walkthrough/using_Amazon_S3.mdwn
+++ b/doc/walkthrough/using_Amazon_S3.mdwn
@@ -7,18 +7,14 @@ First, export your S3 credentials:
export ANNEX_S3_ACCESS_KEY_ID="08TJMT99S3511WOZEP91"
export ANNEX_S3_SECRET_ACCESS_KEY="s3kr1t"
-Next, create a bucket, giving it a name and a description:
+Next, create the remote.
- git annex s3bucket mybucket unencrypted
- s3bucket (creating mybucket...) (no encryption!) ok
+ git annex initremote mys3 encryption=none
+ initremote (creating bucket mys3-291d2fdc-5990-11e0-909a-002170d25c55...) ok
**Note that encrypted buckets are not (yet) supported. Data sent to S3
is susceptible to snooping.**
-Finally, configure a git remote to use the bucket you created:
-
- git config remote.mys3.annex-s3-bucket mybucket
-
Now the remote can be used like any other remote.
# git annex copy my_cool_big_file --to mys3